Interface | Description |
---|---|
AsyncCallback | |
AsyncCallback.ACLCallback | |
AsyncCallback.Children2Callback | |
AsyncCallback.ChildrenCallback | |
AsyncCallback.DataCallback | |
AsyncCallback.StatCallback | |
AsyncCallback.StringCallback | |
AsyncCallback.VoidCallback | |
ClientWatchManager | |
KeeperException.CodeDeprecated | Deprecated |
Watcher |
This interface specifies the public interface an event handler class must
implement.
|
Watcher.Event |
This interface defines the possible states an Event may represent
|
ZooDefs.Ids | |
ZooDefs.OpCode | |
ZooDefs.Perms |
Class | Description |
---|---|
ClientCnxn |
This class manages the socket i/o for the client.
|
ClientCnxnSocketNIO | |
Environment |
Provide insight into the runtime environment.
|
Environment.Entry | |
Login | |
MultiResponse |
Handles the response from a multi request.
|
MultiTransactionRecord |
Encodes a composite transaction.
|
Op |
Represents a single operation in a multi-operation transaction.
|
Op.Check | |
Op.Create | |
Op.Delete | |
Op.SetData | |
OpResult |
Encodes the result of a single part of a multiple operation commit.
|
OpResult.CheckResult |
A result from a version check operation.
|
OpResult.CreateResult |
A result from a create operation.
|
OpResult.DeleteResult |
A result from a delete operation.
|
OpResult.ErrorResult |
An error result from any kind of operation.
|
OpResult.SetDataResult |
A result from a setData operation.
|
Quotas |
this class manages quotas
and has many other utils
for quota
|
ServerAdminClient | |
Shell |
A base class for running a Unix command.
|
Shell.ShellCommandExecutor |
A simple shell command executor.
|
StatsTrack |
a class that represents the stats associated with quotas
|
Transaction |
Provides a builder style interface for doing multiple updates.
|
Version | |
WatchedEvent |
A WatchedEvent represents a change on the ZooKeeper that a Watcher
is able to respond to.
|
ZKUtil | |
ZooDefs | |
ZooKeeper |
This is the main class of ZooKeeper client library.
|
ZooKeeperMain |
The command line client to ZooKeeper.
|
Enum | Description |
---|---|
CreateMode |
CreateMode value determines how the znode is created on ZooKeeper.
|
KeeperException.Code |
Codes which represent the various KeeperException
types.
|
Watcher.Event.EventType |
Enumeration of types of events that may occur on the ZooKeeper
|
Watcher.Event.KeeperState |
Enumeration of states the ZooKeeper may be at the event
|
ZooKeeper.States |
Copyright © 2019 The Apache Software Foundation