| AnyOfOperations |
AnyOfOperations is a composite operation of one or more sub operation, executing each in turn until any
one succeeds.
|
| ChildrenChangedOperation |
ChildrenChangedOperation is an watch driven operation.
|
| CreateOperation |
CreateOperation is a basic Zookeeper operation used to create and set the data contained in a given node
|
| DataChangedOperation |
DataChangedOperation is an watch driven operation.
|
| DeleteOperation |
setdataOperation sets the content of a ZooKeeper node.
|
| ExistenceChangedOperation |
DataChangedOperation is an watch driven operation.
|
| ExistsOperation |
ExistsOperation is a basic ZooKeeper operation used to test the existence of a given node.
|
| FutureEventDrivenOperation<ResultType> |
FutureEventDrivenOperation uses ZooKeepers Watcher mechanism to await specific ZooKeeper events.
|
| GetChildrenOperation |
GetChildrenOperation is a basic ZooKeeper operation used to retrieve the list of children belonging to a
given ZooKeeper node.
|
| GetDataOperation |
GetDataOperation is a basic operation to immediately retrieve the data associated with a given ZooKeeper
node.
|
| OperationResult<ResultType> |
|
| SetDataOperation |
SetDataOperation sets the content of a ZooKeeper node.
|
| ZooKeeperHelper |
|
| ZooKeeperOperation<ResultType> |
ZooKeeperOperation is the base class for wrapping various ZooKeeper API instructions and callbacks into
callable and composable operation objects.
|