Uses of Class
org.apache.accumulo.fate.zookeeper.ZooCache
-
Packages that use ZooCache Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.metadata.schema org.apache.accumulo.core.util.cleaner 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 static StringClientContext. getInstanceID(ZooCache zooCache, String instanceName)static List<String>ClientContext. getMasterLocations(ZooCache zooCache, String instanceId)booleanTableMap. isCurrent(ZooCache zc)static StringInstanceOperationsImpl. lookupInstanceName(ZooCache zooCache, UUID instanceId)Given a zooCache and instanceId, look up the instance name.static voidClientContext. verifyInstanceId(ZooCache zooCache, String instanceId, String instanceName)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.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema with parameters of type ZooCache Modifier and Type Method Description static TabletMetadataTabletsMetadata. getRootMetadata(String zkRoot, ZooCache zc) -
Uses of ZooCache in org.apache.accumulo.core.util.cleaner
Methods in org.apache.accumulo.core.util.cleaner with parameters of type ZooCache Modifier and Type Method Description static Cleaner.CleanableCleanerUtil. zooCacheClearer(Object o, ZooCache zc) -
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 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, ZooReaderWriter zrw, String path)
-