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

Packages that use ZooCache
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.zookeeper   
org.apache.accumulo.server.master   
 

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

Methods in org.apache.accumulo.core.client.impl with parameters of type ZooCache
static java.lang.String HdfsZooInstance.lookupInstanceName(ZooCache zooCache, java.util.UUID instanceId)
           
 

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

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

Methods in org.apache.accumulo.core.zookeeper with parameters of type ZooCache
static byte[] ZooLock.getLockData(ZooCache zc, java.lang.String path)
           
static long ZooLock.getSessionId(ZooCache zc, java.lang.String path)
           
static boolean ZooLock.isLockHeld(ZooCache zc, ZooLock.LockID lid)
           
 

Uses of ZooCache in org.apache.accumulo.server.master
 

Methods in org.apache.accumulo.server.master that return ZooCache
 ZooCache LiveTServerSet.getZooCache()
           
 



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