Package org.apache.curator.x.async
-
Interface Summary Interface Description AsyncCuratorFramework Zookeeper framework-style client that returns composable async operations that implementCompletionStage
AsyncResult<T> Utility that combines the value, the ZooKeeper result code and the exception in one object allowing you to not worry about exceptional completions.AsyncStage<T> ACompletionStage
that is the result of most operations. -
Class Summary Class Description AsyncWrappers Utility for adding asynchronous behavior -
Enum Summary Enum Description WatchMode -
Exception Summary Exception Description AsyncEventException The exception type set for async watchersAsyncWrappers.TimeoutException Set as the completion stage's exception when trying to acquire a lock times out