Uses of Class
org.apache.accumulo.core.zookeeper.ZooUtil.LockID

Packages that use ZooUtil.LockID
org.apache.accumulo.core.zookeeper   
org.apache.accumulo.server.zookeeper   
 

Uses of ZooUtil.LockID in org.apache.accumulo.core.zookeeper
 

Methods in org.apache.accumulo.core.zookeeper with parameters of type ZooUtil.LockID
static boolean ZooUtil.isLockHeld(org.apache.zookeeper.ZooKeeper zk, ZooUtil.LockID lid)
           
 

Uses of ZooUtil.LockID in org.apache.accumulo.server.zookeeper
 

Methods in org.apache.accumulo.server.zookeeper that return ZooUtil.LockID
 ZooUtil.LockID ZooLock.getLockID()
           
 

Methods in org.apache.accumulo.server.zookeeper with parameters of type ZooUtil.LockID
static boolean ZooLock.isLockHeld(ZooCache zc, ZooUtil.LockID lid)
           
static boolean ZooLock.isLockHeld(org.apache.zookeeper.ZooKeeper zk, ZooUtil.LockID lid)
           
 boolean ZooReaderWriter.isLockHeld(ZooUtil.LockID lockID)
           
 boolean IZooReaderWriter.isLockHeld(ZooUtil.LockID lockID)
           
 



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