public interface ZkOperation<T>
Modifier and Type | Method and Description |
---|---|
T |
execute()
Performs the operation - which may be involved multiple times if the connection
to ZooKeeper closes during this operation
|
T execute() throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.