| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.locking |
| Modifier and Type | Field and Description |
|---|---|
protected LockerState<S> |
AbstractLocker.lockState
Stores all information about all locks this implementation has taken on
behalf of any
StoreTransaction. |
protected LockerState<S> |
AbstractLocker.Builder.lockState |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractLocker.Builder.internalState(LockerState<S> state)
This method is only intended for testing.
|
| Constructor and Description |
|---|
AbstractLocker(StaticBuffer rid,
TimestampProvider times,
ConsistentKeyLockerSerializer serializer,
LocalLockMediator<StoreTransaction> llm,
LockerState<S> lockState,
java.time.Duration lockExpire,
org.slf4j.Logger log) |
Copyright © 2012–2015. All rights reserved.