T - result for each command.public interface GuaguaZooKeeperOperation<T>
GuaguaZooKeeperOperation is used as command to process consistent logic like re-trying for all zookeeper
operations (create, get, ...).T execute() throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException - by any zookeeper operation.InterruptedException - by any zookeeper operation.Copyright © 2015. All Rights Reserved.