interface |
AsyncCallback |
Interface definitions of asynchronous callbacks.
|
static interface |
AsyncCallback.ACLCallback |
This callback is used to retrieve the ACL and stat of the node.
|
static interface |
AsyncCallback.Children2Callback |
This callback is used to retrieve the children and stat of the node.
|
static interface |
AsyncCallback.ChildrenCallback |
This callback is used to retrieve the children of the node.
|
static interface |
AsyncCallback.DataCallback |
This callback is used to retrieve the data and stat of the node.
|
static interface |
AsyncCallback.MultiCallback |
This callback is used to process the multiple results from
a single multi call.
|
static interface |
AsyncCallback.StatCallback |
This callback is used to retrieve the stat of the node.
|
static interface |
AsyncCallback.StringCallback |
This callback is used to retrieve the name of the node.
|
static interface |
AsyncCallback.VoidCallback |
This callback doesn't retrieve anything from the node.
|
class |
CreateMode |
CreateMode value determines how the znode is created on ZooKeeper.
|
class |
KeeperException |
|
static class |
KeeperException.APIErrorException |
|
static class |
KeeperException.AuthFailedException |
|
static class |
KeeperException.BadArgumentsException |
|
static class |
KeeperException.BadVersionException |
|
static class |
KeeperException.Code |
Codes which represent the various KeeperException
types.
|
static interface |
KeeperException.CodeDeprecated |
Deprecated.
|
static class |
KeeperException.ConnectionLossException |
|
static class |
KeeperException.DataInconsistencyException |
|
static class |
KeeperException.InvalidACLException |
|
static class |
KeeperException.InvalidCallbackException |
|
static class |
KeeperException.MarshallingErrorException |
|
static class |
KeeperException.NoAuthException |
|
static class |
KeeperException.NoChildrenForEphemeralsException |
|
static class |
KeeperException.NodeExistsException |
|
static class |
KeeperException.NoNodeException |
|
static class |
KeeperException.NotEmptyException |
|
static class |
KeeperException.NotReadOnlyException |
|
static class |
KeeperException.OperationTimeoutException |
|
static class |
KeeperException.RuntimeInconsistencyException |
|
static class |
KeeperException.SessionExpiredException |
|
static class |
KeeperException.SessionMovedException |
|
static class |
KeeperException.SystemErrorException |
|
static class |
KeeperException.UnimplementedException |
|
class |
ServerAdminClient |
|
class |
Transaction |
Provides a builder style interface for doing multiple updates.
|
class |
WatchedEvent |
A WatchedEvent represents a change on the ZooKeeper that a Watcher
is able to respond to.
|
interface |
Watcher |
This interface specifies the public interface an event handler class must
implement.
|
static interface |
Watcher.Event |
This interface defines the possible states an Event may represent
|
static class |
Watcher.Event.EventType |
Enumeration of types of events that may occur on the ZooKeeper
|
static class |
Watcher.Event.KeeperState |
Enumeration of states the ZooKeeper may be at the event
|
class |
ZooDefs |
|
static interface |
ZooDefs.Ids |
|
static interface |
ZooDefs.OpCode |
|
static interface |
ZooDefs.Perms |
|
class |
ZooKeeper |
This is the main class of ZooKeeper client library.
|
static class |
ZooKeeper.States |
|
class |
ZooKeeperMain |
The command line client to ZooKeeper.
|