public abstract class ZkOperation extends Object
| Constructor and Description | 
|---|
| ZkOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Object | execute()Performs the operation - which may be involved multiple times if the connection
 to ZooKeeper closes during this operation | 
public abstract Object execute() throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.