Uses of Class
org.apache.accumulo.core.zookeeper.ZooLock.LockLossReason

Packages that use ZooLock.LockLossReason
org.apache.accumulo.core.zookeeper   
 

Uses of ZooLock.LockLossReason in org.apache.accumulo.core.zookeeper
 

Methods in org.apache.accumulo.core.zookeeper that return ZooLock.LockLossReason
static ZooLock.LockLossReason ZooLock.LockLossReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ZooLock.LockLossReason[] ZooLock.LockLossReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.zookeeper with parameters of type ZooLock.LockLossReason
 void ZooLock.LockWatcher.lostLock(ZooLock.LockLossReason reason)
           
 



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