Package org.apache.zookeeper
package org.apache.zookeeper
-
ClassDescriptionModes available to
ZooKeeper.addWatch(String, Watcher, AddWatchMode)
Interface definitions of asynchronous callbacks.This callback is used to retrieve the ACL and stat of the node.This callback is used to get all children node number of the node.This callback is used to retrieve the children and stat of the node.This callback is used to retrieve the children of the node.This callback is used to retrieve the name and stat of the node.This callback is used to retrieve the data and stat of the node.This callback is used to process the getEphemerals results from a single getEphemerals call.This callback is used to process the multiple results from a single multi call.This callback is used to retrieve the stat of the node.This callback is used to retrieve the name of the node.This callback doesn't retrieve anything from the node.This class manages the socket i/o for the client.ClientCnxnSocketNetty implements ClientCnxnSocket abstract methods.CreateMode value determines how the znode is created on ZooKeeper.Options for creating znode in ZooKeeper data tree.Builder forCreateOptions
.This interface is used to notify the digest mismatch event.Provide insight into the runtime environment.Codes which represent the various KeeperException types.Deprecated.Encodes a composite operation.Handles the response from a multi request.Represents a single operation in a multi-operation transaction.Encodes the result of a single part of a multiple operation commit.A result from a version check operation.A result from a create operation.A result from a delete operation.An error result from any kind of operation.A result from a getChildren operation.A result from a getData operation.A result from a setData operation.this class manages quotas and has many other utils for quotaThis is used by the SASL mechanisms to get further information to complete the authentication.Computes the Server Principal for a SASL client.A base class for running a Unix command.This is an IOException with exit code added.A simple shell command executor.a class that represents the stats associated with quotasAbstraction that exposes various methods useful for testing ZooKeeperProvides a builder style interface for doing multiple updates.Handles the special case of removing watches which has registered for a client pathA WatchedEvent represents a change on the ZooKeeper that a Watcher is able to respond to.This interface specifies the public interface an event handler class must implement.This interface defines the possible states an Event may representEnumeration of types of events that may occur on the ZooKeeperEnumeration of states the ZooKeeper may be at the eventEnumeration of types of watchersThis is the main class of ZooKeeper client library.Register a watcher for a particular path.ZookeeperBanner which writes the 'Zookeeper' banner at the start of zk server.The command line client to ZooKeeper.