org.apache.accumulo.server.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(Exception e)
           
 
Methods inherited from interface org.apache.accumulo.server.zookeeper.ZooLock.LockWatcher
lostLock
 

Method Detail

acquiredLock

void acquiredLock()

failedToAcquireLock

void failedToAcquireLock(Exception e)


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