org.apache.accumulo.core.zookeeper
Interface ZooLock.AsyncLockWatcher

All Superinterfaces:
ZooLock.LockWatcher
Enclosing class:
ZooLock

public static interface ZooLock.AsyncLockWatcher
extends ZooLock.LockWatcher


Method Summary
 void acquiredLock()
           
 void failedToAcquireLock(java.lang.Exception e)
           
 
Methods inherited from interface org.apache.accumulo.core.zookeeper.ZooLock.LockWatcher
lostLock
 

Method Detail

acquiredLock

void acquiredLock()

failedToAcquireLock

void failedToAcquireLock(java.lang.Exception e)


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