Uses of Class
org.apache.accumulo.fate.zookeeper.ZooCache
-
Packages that use ZooCache Package Description org.apache.accumulo.fate.zookeeper -
-
Uses of ZooCache in org.apache.accumulo.fate.zookeeper
Methods in org.apache.accumulo.fate.zookeeper that return ZooCache Modifier and Type Method Description ZooCacheZooCacheFactory. getZooCache(String zooKeepers, int sessionTimeout)Gets aZooCache.ZooCacheZooCacheFactory. getZooCache(String zooKeepers, int sessionTimeout, org.apache.zookeeper.Watcher watcher)Gets a watchedZooCache.Methods in org.apache.accumulo.fate.zookeeper with parameters of type ZooCache Modifier and Type Method Description static byte[]ZooLock. getLockData(ZooCache zc, String path, ZooCache.ZcStat stat)static byte[]ZooUtil. getLockData(ZooCache zc, String path)static longZooLock. getSessionId(ZooCache zc, String path)static booleanZooLock. isLockHeld(ZooCache zc, ZooUtil.LockID lid)Constructors in org.apache.accumulo.fate.zookeeper with parameters of type ZooCache Constructor Description ZooLock(ZooCache zc, IZooReaderWriter zrw, String path)
-