Uses of Class
org.apache.accumulo.fate.zookeeper.ZooCache

Packages that use ZooCache
org.apache.accumulo.core.client   
org.apache.accumulo.core.zookeeper   
org.apache.accumulo.fate.zookeeper   
 

Uses of ZooCache in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client with parameters of type ZooCache
static String ZooKeeperInstance.lookupInstanceName(ZooCache zooCache, UUID instanceId)
          Given a zooCache and instanceId, look up the instance name.
 

Uses of ZooCache in org.apache.accumulo.core.zookeeper
 

Subclasses of ZooCache in org.apache.accumulo.core.zookeeper
 class ZooCache
          Deprecated. since 1.5, replaced by ZooCache
 

Uses of ZooCache in org.apache.accumulo.fate.zookeeper
 

Methods in org.apache.accumulo.fate.zookeeper that return ZooCache
static ZooCache ZooCache.getInstance(String zooKeepers, int sessionTimeout)
           
 

Methods in org.apache.accumulo.fate.zookeeper with parameters of type ZooCache
static byte[] ZooUtil.getLockData(ZooCache zc, String path)
           
static byte[] ZooLock.getLockData(ZooCache zc, String path, org.apache.zookeeper.data.Stat 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
ZooLock(ZooCache zc, IZooReaderWriter zrw, String path)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.