Package | Description |
---|---|
org.apache.jute |
Hadoop record I/O contains classes and a record description language
translator for simplifying serialization and deserialization of records in a
language-neutral manner.
|
org.apache.yetus.audience | |
org.apache.zookeeper | |
org.apache.zookeeper.client | |
org.apache.zookeeper.data | |
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum | |
org.apache.zookeeper.server.upgrade |
Modifier and Type | Interface and Description |
---|---|
interface |
Record
Interface that is implemented by generated classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAudience
Annotation to inform users of a package, class or method's intended audience.
|
class |
InterfaceStability
Annotation to inform users of how much to rely on a particular package,
class or method not changing over time.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FourLetterWordMain |
interface |
HostProvider
A set of hosts a ZooKeeper client should connect to.
|
class |
StaticHostProvider
Most simple HostProvider, resolves on every next() call.
|
Modifier and Type | Class and Description |
---|---|
class |
ACL |
class |
Id |
class |
Stat |
class |
StatPersisted |
class |
StatPersistedV1 |
Modifier and Type | Class and Description |
---|---|
class |
LogFormatter |
class |
PurgeTxnLog
this class is used to clean up the
snapshot and data log dir's.
|
class |
SnapshotFormatter
Dump a snapshot file to stdout.
|
class |
ZooKeeperServerMain
This class starts and runs a standalone ZooKeeperServer.
|
Modifier and Type | Class and Description |
---|---|
class |
QuorumPeerMain
Configuration file
|
Modifier and Type | Class and Description |
---|---|
class |
UpgradeMain
This class upgrades the older database
to a new database for the zookeeper
servers.
|
Copyright © 2019 The Apache Software Foundation