Class ZooKeeperLockObjectFactory
- java.lang.Object
-
- org.apache.manifoldcf.core.lockmanager.LockObjectFactory
-
- org.apache.manifoldcf.core.lockmanager.ZooKeeperLockObjectFactory
-
public class ZooKeeperLockObjectFactory extends LockObjectFactory
Base factory for zookeeper lock objects.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidprotected ZooKeeperConnectionPoolpool
-
Constructor Summary
Constructors Constructor Description ZooKeeperLockObjectFactory(ZooKeeperConnectionPool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LockObjectnewLockObject(LockPool lockPool, java.lang.Object lockKey)
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
pool
protected final ZooKeeperConnectionPool pool
-
-
Constructor Detail
-
ZooKeeperLockObjectFactory
public ZooKeeperLockObjectFactory(ZooKeeperConnectionPool pool)
-
-
Method Detail
-
newLockObject
public LockObject newLockObject(LockPool lockPool, java.lang.Object lockKey)
- Overrides:
newLockObjectin classLockObjectFactory
-
-