Uses of Class
org.apache.manifoldcf.core.lockmanager.ZooKeeperConnectionPool
-
Packages that use ZooKeeperConnectionPool Package Description org.apache.manifoldcf.core.lockmanager -
-
Uses of ZooKeeperConnectionPool in org.apache.manifoldcf.core.lockmanager
Fields in org.apache.manifoldcf.core.lockmanager declared as ZooKeeperConnectionPool Modifier and Type Field Description protected ZooKeeperConnectionPoolZooKeeperEphemeralNodePool. poolprotected static ZooKeeperConnectionPoolZooKeeperLockManager. poolprotected ZooKeeperConnectionPoolZooKeeperLockObjectFactory. poolConstructors in org.apache.manifoldcf.core.lockmanager with parameters of type ZooKeeperConnectionPool Constructor Description ZooKeeperEphemeralNodeObject(java.lang.String nodePath, ZooKeeperConnectionPool pool)ZooKeeperEphemeralNodePool(ZooKeeperConnectionPool pool)ZooKeeperLockObject(LockPool lockPool, java.lang.Object lockKey, ZooKeeperConnectionPool pool)ZooKeeperLockObjectFactory(ZooKeeperConnectionPool pool)
-