Uses of Class
org.apache.accumulo.fate.zookeeper.ZooCache
-
Packages that use ZooCache Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.fate.zookeeper -
-
Uses of ZooCache in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return ZooCache Modifier and Type Method Description ZooCacheClientContext. getZooCache()Methods in org.apache.accumulo.core.clientImpl with parameters of type ZooCache Modifier and Type Method Description booleanTableMap. isCurrent(ZooCache zc)static StringInstanceOperationsImpl. lookupInstanceName(ZooCache zooCache, UUID instanceId)Given a zooCache and instanceId, look up the instance name.Constructors in org.apache.accumulo.core.clientImpl with parameters of type ZooCache Constructor Description TableMap(ClientContext context, ZooCache zooCache) -
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)
-