Interface ZooLock.LockWatcher
-
- All Known Subinterfaces:
ZooLock.AsyncLockWatcher
- Enclosing class:
- ZooLock
public static interface ZooLock.LockWatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlostLock(ZooLock.LockLossReason reason)voidunableToMonitorLockNode(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
-
-