All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AsyncCreateBuilder |
Builder for ZNode creates
|
AsyncCuratorFramework |
Zookeeper framework-style client that returns composable async operations
that implement CompletionStage
|
AsyncCuratorFrameworkDsl |
Zookeeper framework-style client
|
AsyncCuratorFrameworkImpl |
|
AsyncDeleteBuilder |
Builder for ZNode deletions
|
AsyncEnsemblable<T> |
Terminal operation for config/reconfig builders
|
AsyncEventException |
The exception type set for async watchers
|
AsyncExistsBuilder |
Builder for ZNode exists
|
AsyncGetACLBuilder |
Builder for getAcls
|
AsyncGetChildrenBuilder |
Builder for getChildren()
|
AsyncGetConfigBuilder |
Builder for getConfig()
|
AsyncGetDataBuilder |
Builder to get ZNode data
|
AsyncMultiTransaction |
Terminal operation to support multi/transactions
|
AsyncPathable<T> |
Terminal operation for various builders
|
AsyncPathAndBytesable<T> |
Terminal operation for various builders
|
AsyncReconfigBuilder |
Builder for reconfigs
|
AsyncRemoveWatchesBuilder |
Builder for watcher removal
|
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.
|
AsyncResultImpl<T> |
|
AsyncSetACLBuilder |
Builder for setting ACLs
|
AsyncSetDataBuilder |
Builder for setting ZNode data
|
AsyncStage<T> |
A CompletionStage that is the result of most operations.
|
AsyncSyncBuilder |
Builder for syncs
|
AsyncTransactionCheckBuilder |
|
AsyncTransactionCreateBuilder |
|
AsyncTransactionDeleteBuilder |
|
AsyncTransactionOp |
|
AsyncTransactionSetDataBuilder |
|
AsyncWatchBuilder |
|
AsyncWatchBuilder2 |
|
AsyncWrappers |
Utility for adding asynchronous behavior
|
AsyncWrappers.TimeoutException |
Set as the completion stage's exception when trying to acquire a lock
times out
|
CachedModeledFramework<T> |
|
CreateOption |
Options when creating ZNodes
|
DeleteOption |
Options to use when deleting ZNodes
|
ExistsOption |
Options to use when checking for ZNode existence
|
Filters |
|
JacksonModelSerializer<T> |
Model serializer that uses Jackson for JSON serialization.
|
Migration |
Models a single migration/transition
|
MigrationException |
|
MigrationManager |
Manages migrations
|
MigrationSet |
Models a set of migrations.
|
ModeledCache<T> |
|
ModeledCacheListener<T> |
|
ModeledCacheListener.Type |
|
ModeledFramework<T> |
|
ModeledFrameworkBuilder<T> |
|
ModeledFrameworkImpl<T> |
|
ModeledOptions |
|
ModelSerializer<T> |
Serializing interface for models
|
ModelSpec<T> |
A full specification for dealing with a portion of the ZooKeeper tree.
|
ModelSpecBuilder<T> |
|
ModelSpecImpl<T> |
|
NodeName |
Used by the various "resolved" methods and "at" methods.
|
RemoveWatcherOption |
Options to use when removing watchers
|
Resolvable |
|
TypedModeledFramework<M,P1> |
Abstraction that allows the construction of ModeledFrameworks using strongly typed parameter replacements.
|
TypedModeledFramework0<M> |
|
TypedModeledFramework10<M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> |
|
TypedModeledFramework2<M,P1,P2> |
|
TypedModeledFramework3<M,P1,P2,P3> |
|
TypedModeledFramework4<M,P1,P2,P3,P4> |
|
TypedModeledFramework5<M,P1,P2,P3,P4,P5> |
|
TypedModeledFramework6<M,P1,P2,P3,P4,P5,P6> |
|
TypedModeledFramework7<M,P1,P2,P3,P4,P5,P6,P7> |
|
TypedModeledFramework8<M,P1,P2,P3,P4,P5,P6,P7,P8> |
|
TypedModeledFramework9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
|
TypedModelSpec<M,P1> |
Abstraction that allows the construction of ModelSpecs using strongly typed parameter replacements.
|
TypedModelSpec0<M> |
|
TypedModelSpec10<M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> |
|
TypedModelSpec2<M,P1,P2> |
|
TypedModelSpec3<M,P1,P2,P3> |
|
TypedModelSpec4<M,P1,P2,P3,P4> |
|
TypedModelSpec5<M,P1,P2,P3,P4,P5> |
|
TypedModelSpec6<M,P1,P2,P3,P4,P5,P6> |
|
TypedModelSpec7<M,P1,P2,P3,P4,P5,P6,P7> |
|
TypedModelSpec8<M,P1,P2,P3,P4,P5,P6,P7,P8> |
|
TypedModelSpec9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
|
TypedZPath<T> |
Abstraction that allows the construction of ZPaths using strongly typed parameter replacements.
|
TypedZPath0 |
|
TypedZPath10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
|
TypedZPath2<T1,T2> |
|
TypedZPath3<T1,T2,T3> |
|
TypedZPath4<T1,T2,T3,T4> |
|
TypedZPath5<T1,T2,T3,T4,T5> |
|
TypedZPath6<T1,T2,T3,T4,T5,T6> |
|
TypedZPath7<T1,T2,T3,T4,T5,T6,T7> |
|
TypedZPath8<T1,T2,T3,T4,T5,T6,T7,T8> |
|
TypedZPath9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
|
Versioned<T> |
A container for a model instance and a version.
|
VersionedModeledFramework<T> |
|
WatchableAsyncCuratorFramework |
operations that support watching
|
WatchMode |
|
ZNode<T> |
Abstracts a ZooKeeper node
|
ZNodeImpl<T> |
|
ZPath |
Abstracts a ZooKeeper ZNode path
|
ZPathImpl |
|