org.apache.accumulo.fate.zookeeper
Interface ZooLock.LockWatcher

All Known Subinterfaces:
ZooLock.AsyncLockWatcher
Enclosing class:
ZooLock

public static interface ZooLock.LockWatcher


Method Summary
 void lostLock(ZooLock.LockLossReason reason)
           
 void unableToMonitorLockNode(Throwable e)
          lost the ability to monitor the lock node, and its status is unknown
 

Method Detail

lostLock

void lostLock(ZooLock.LockLossReason reason)

unableToMonitorLockNode

void unableToMonitorLockNode(Throwable e)
lost the ability to monitor the lock node, and its status is unknown

Parameters:
e -


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.