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.KeeperException
InterruptedException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.