Package org.apache.bookkeeper.zookeeper
Interface ZooWorker.ZooCallable<T>
-
- Enclosing class:
- ZooWorker
static interface ZooWorker.ZooCallable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()Be compatible with ZooKeeper interface.
-
-
-
Method Detail
-
call
T call() throws java.lang.InterruptedException, org.apache.zookeeper.KeeperException
Be compatible with ZooKeeper interface.- Returns:
- value
- Throws:
java.lang.InterruptedExceptionorg.apache.zookeeper.KeeperException
-
-