Package | Description |
---|---|
org.apache.manifoldcf.core.lockmanager |
Modifier and Type | Class and Description |
---|---|
class |
FileLockObject
One instance of this object exists for each lock on each JVM!
This is the file-system version of the lock.
|
class |
ZooKeeperLockObject
One instance of this object exists for each lock on each JVM!
This is the ZooKeeper version of the lock.
|
Modifier and Type | Field and Description |
---|---|
protected LockObject |
LockGate.lockObject |
Modifier and Type | Method and Description |
---|---|
LockObject |
FileLockObjectFactory.newLockObject(LockPool lockPool,
Object lockKey) |
LockObject |
LockObjectFactory.newLockObject(LockPool lockPool,
Object lockKey) |
LockObject |
ZooKeeperLockObjectFactory.newLockObject(LockPool lockPool,
Object lockKey) |
Constructor and Description |
---|
LockGate(Object lockKey,
LockObject lockObject,
LockPool lockPool) |