ZKClient that simplifies implementation by providing forwarding for
methods that are meant to be delegated to other methods.ZKClient.getACL(String).Watcher that will be called whenever connection state change.ZKClientService with the settings of this builder.ZKClientService from the given ZKClient if the given ZKClient is an instance of
ZKClientService or is a ForwardingZKClient that eventually trace back to a delegate of type
ZKClientService.ZKClientService that for all ZKClient methods would be delegated to another
ZKClient, while methods for ZKClientService would be delegated to another ZKClientService,
which the given ZKClient and ZKClientService could be different instances.RetryStrategy that will increase delay exponentially between each retries.RetryStrategy that imposes a fix delay between each retries.Supplier of ZooKeeper that gives the current ZooKeeper in use at the moment
when Supplier.get() get called.OperationFuture that the result will be the same as the given future, except that when
the source future is having an exception matching the giving exception type, the errorResult will be set
in to the returned OperationFuture.RetryStrategy that retries maximum given number of times, with the actual
delay behavior delegated to another RetryStrategy.ZKClient that will add prefix namespace for every paths.ZKClient.getChildren(String, org.apache.zookeeper.Watcher) method.ZKClient.getData(String, org.apache.zookeeper.Watcher).ZKClientService.Builder with the given ZooKeeper connection string.ListenableFuture that also provides the requested path for a operation.ZKClient that will retry interim failure (e.g.RetryStrategy implementation.ZKClient that will perform auto re-watch on all existing watches
when reconnection happens after session expiration.Watcher that will be called whenever connection state change.RetryStrategy that will retry until maximum amount of time has been passed since the request,
with the actual delay behavior delegated to another RetryStrategy.ZKClient instances.ZKClient that extends from Service to provide lifecycle management functions.ZKClientService.ZKClientService with modified behaviors.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.