| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage | |
| com.thinkaurelius.titan.diskstorage.locking | |
| com.thinkaurelius.titan.diskstorage.locking.consistentkey |
| Modifier and Type | Method and Description |
|---|---|
Locker |
Backend.getLocker(String lockerName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocker<S extends LockStatus>
Abstract base class for building lockers.
|
| Modifier and Type | Method and Description |
|---|---|
Locker |
LockerProvider.getLocker(String lockerName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistentKeyLocker
A global
Locker that resolves inter-thread lock contention via
AbstractLocker and resolves inter-process contention by reading and
writing lock data using KeyColumnValueStore. |
| Constructor and Description |
|---|
ExpectedValueCheckingStore(KeyColumnValueStore store,
Locker locker) |
Copyright © 2012–2015. All rights reserved.