Package | Description |
---|---|
org.apache.manifoldcf.core.lockmanager |
Modifier and Type | Field and Description |
---|---|
protected List<ZooKeeperConnection> |
ZooKeeperConnectionPool.openConnectionList |
Modifier and Type | Method and Description |
---|---|
ZooKeeperConnection |
ZooKeeperConnectionPool.grab() |
Modifier and Type | Method and Description |
---|---|
protected String |
ZooKeeperLockManager.constructUniqueServiceName(ZooKeeperConnection connection,
String serviceType)
Construct a unique service name given the service type.
|
protected void |
ZooKeeperLockManager.enterServiceRegistryReadLock(ZooKeeperConnection connection,
String serviceType)
Enter service registry read lock
|
protected void |
ZooKeeperLockManager.enterServiceRegistryWriteLock(ZooKeeperConnection connection,
String serviceType)
Enter service registry write lock
|
protected void |
ZooKeeperLockManager.leaveServiceRegistryLock(ZooKeeperConnection connection)
Leave service registry lock
|
protected int |
ZooKeeperLockManager.readServiceCounter(ZooKeeperConnection connection,
String serviceCounterName)
Read service counter.
|
void |
ZooKeeperConnectionPool.release(ZooKeeperConnection connection) |
protected void |
ZooKeeperLockManager.writeServiceCounter(ZooKeeperConnection connection,
String serviceCounterName,
int counter)
Write service counter.
|