Uses of Class
org.apache.yetus.audience.InterfaceAudience.Public
-
Packages that use InterfaceAudience.Public Package Description org.apache.yetus.audience org.apache.zookeeper org.apache.zookeeper.client org.apache.zookeeper.data org.apache.zookeeper.proto org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.persistence org.apache.zookeeper.server.quorum org.apache.zookeeper.server.upgrade org.apache.zookeeper.txn -
-
Uses of InterfaceAudience.Public in org.apache.yetus.audience
Classes in org.apache.yetus.audience with annotations of type InterfaceAudience.Public Modifier and Type Class 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. -
Uses of InterfaceAudience.Public in org.apache.zookeeper
Classes in org.apache.zookeeper with annotations of type InterfaceAudience.Public Modifier and Type Interface 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 representstatic class
Watcher.Event.EventType
Enumeration of types of events that may occur on the ZooKeeperstatic class
Watcher.Event.KeeperState
Enumeration of states the ZooKeeper may be at the eventclass
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. -
Uses of InterfaceAudience.Public in org.apache.zookeeper.client
Classes in org.apache.zookeeper.client with annotations of type InterfaceAudience.Public Modifier and Type Class 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. -
Uses of InterfaceAudience.Public in org.apache.zookeeper.data
Classes in org.apache.zookeeper.data with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
ACL
class
Id
class
Stat
class
StatPersisted
class
StatPersistedV1
-
Uses of InterfaceAudience.Public in org.apache.zookeeper.proto
Classes in org.apache.zookeeper.proto with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
AuthPacket
class
CheckVersionRequest
class
ConnectRequest
class
ConnectResponse
class
CreateRequest
class
CreateResponse
class
DeleteRequest
class
ErrorResponse
class
ExistsRequest
class
ExistsResponse
class
GetACLRequest
class
GetACLResponse
class
GetChildren2Request
class
GetChildren2Response
class
GetChildrenRequest
class
GetChildrenResponse
class
GetDataRequest
class
GetDataResponse
class
GetMaxChildrenRequest
class
GetMaxChildrenResponse
class
GetSASLRequest
class
MultiHeader
class
ReplyHeader
class
RequestHeader
class
SetACLRequest
class
SetACLResponse
class
SetDataRequest
class
SetDataResponse
class
SetMaxChildrenRequest
class
SetSASLRequest
class
SetSASLResponse
class
SetWatches
class
SyncRequest
class
SyncResponse
class
WatcherEvent
-
Uses of InterfaceAudience.Public in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
LogFormatter
class
PurgeTxnLog
this class is used to clean up the snapshot and data log dir's.class
ServerConfig
Server configuration storage.class
SnapshotFormatter
Dump a snapshot file to stdout.class
ZooKeeperServerMain
This class starts and runs a standalone ZooKeeperServer. -
Uses of InterfaceAudience.Public in org.apache.zookeeper.server.persistence
Classes in org.apache.zookeeper.server.persistence with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
FileHeader
-
Uses of InterfaceAudience.Public in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
LearnerInfo
class
QuorumAuthPacket
class
QuorumPacket
class
QuorumPeerConfig
class
QuorumPeerMain
Configuration file -
Uses of InterfaceAudience.Public in org.apache.zookeeper.server.upgrade
Classes in org.apache.zookeeper.server.upgrade with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
UpgradeMain
This class upgrades the older database to a new database for the zookeeper servers. -
Uses of InterfaceAudience.Public in org.apache.zookeeper.txn
Classes in org.apache.zookeeper.txn with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
CheckVersionTxn
class
CreateSessionTxn
class
CreateTxn
class
CreateTxnV0
class
DeleteTxn
class
ErrorTxn
class
MultiTxn
class
SetACLTxn
class
SetDataTxn
class
SetMaxChildrenTxn
class
Txn
class
TxnHeader
-