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

Packages that use ZooCache
org.apache.accumulo.core.client   
org.apache.accumulo.core.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
 

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

Methods in org.apache.accumulo.core.zookeeper with parameters of type ZooCache
static byte[] ZooUtil.getLockData(ZooCache zc, String path)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.