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