public class ZooKeeperLockObjectFactory extends LockObjectFactory
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected ZooKeeperConnectionPool |
pool |
Constructor and Description |
---|
ZooKeeperLockObjectFactory(ZooKeeperConnectionPool pool) |
public static final String _rcsid
protected final ZooKeeperConnectionPool pool
public ZooKeeperLockObjectFactory(ZooKeeperConnectionPool pool)
public LockObject newLockObject(LockPool lockPool, Object lockKey)
newLockObject
in class LockObjectFactory