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 ZooCache
ClientContext. getZooCache()
Methods in org.apache.accumulo.core.clientImpl with parameters of type ZooCache Modifier and Type Method Description static String
ClientContext. getInstanceID(ZooCache zooCache, String instanceName)
static List<String>
ClientContext. getMasterLocations(ZooCache zooCache, String instanceId)
boolean
TableMap. isCurrent(ZooCache zc)
static String
InstanceOperationsImpl. lookupInstanceName(ZooCache zooCache, UUID instanceId)
Given a zooCache and instanceId, look up the instance name.static void
ClientContext. 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 TabletMetadata
TabletsMetadata. 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.Cleanable
CleanerUtil. 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 ZooCache
ZooCacheFactory. getZooCache(String zooKeepers, int sessionTimeout)
Gets aZooCache
.ZooCache
ZooCacheFactory. 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 long
ZooLock. getSessionId(ZooCache zc, String path)
static boolean
ZooLock. 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)
-