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 classInterfaceAudienceAnnotation to inform users of a package, class or method's intended audience.classInterfaceStabilityAnnotation 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 interfaceAsyncCallbackInterface definitions of asynchronous callbacks.static interfaceAsyncCallback.ACLCallbackThis callback is used to retrieve the ACL and stat of the node.static interfaceAsyncCallback.Children2CallbackThis callback is used to retrieve the children and stat of the node.static interfaceAsyncCallback.ChildrenCallbackThis callback is used to retrieve the children of the node.static interfaceAsyncCallback.DataCallbackThis callback is used to retrieve the data and stat of the node.static interfaceAsyncCallback.MultiCallbackThis callback is used to process the multiple results from a single multi call.static interfaceAsyncCallback.StatCallbackThis callback is used to retrieve the stat of the node.static interfaceAsyncCallback.StringCallbackThis callback is used to retrieve the name of the node.static interfaceAsyncCallback.VoidCallbackThis callback doesn't retrieve anything from the node.classCreateModeCreateMode value determines how the znode is created on ZooKeeper.classKeeperExceptionstatic classKeeperException.APIErrorExceptionstatic classKeeperException.AuthFailedExceptionstatic classKeeperException.BadArgumentsExceptionstatic classKeeperException.BadVersionExceptionstatic classKeeperException.CodeCodes which represent the various KeeperException types.static interfaceKeeperException.CodeDeprecatedDeprecated.static classKeeperException.ConnectionLossExceptionstatic classKeeperException.DataInconsistencyExceptionstatic classKeeperException.InvalidACLExceptionstatic classKeeperException.InvalidCallbackExceptionstatic classKeeperException.MarshallingErrorExceptionstatic classKeeperException.NoAuthExceptionstatic classKeeperException.NoChildrenForEphemeralsExceptionstatic classKeeperException.NodeExistsExceptionstatic classKeeperException.NoNodeExceptionstatic classKeeperException.NotEmptyExceptionstatic classKeeperException.NotReadOnlyExceptionstatic classKeeperException.OperationTimeoutExceptionstatic classKeeperException.RuntimeInconsistencyExceptionstatic classKeeperException.SessionExpiredExceptionstatic classKeeperException.SessionMovedExceptionstatic classKeeperException.SystemErrorExceptionstatic classKeeperException.UnimplementedExceptionclassServerAdminClientclassTransactionProvides a builder style interface for doing multiple updates.classWatchedEventA WatchedEvent represents a change on the ZooKeeper that a Watcher is able to respond to.interfaceWatcherThis interface specifies the public interface an event handler class must implement.static interfaceWatcher.EventThis interface defines the possible states an Event may representstatic classWatcher.Event.EventTypeEnumeration of types of events that may occur on the ZooKeeperstatic classWatcher.Event.KeeperStateEnumeration of states the ZooKeeper may be at the eventclassZooDefsstatic interfaceZooDefs.Idsstatic interfaceZooDefs.OpCodestatic interfaceZooDefs.PermsclassZooKeeperThis is the main class of ZooKeeper client library.static classZooKeeper.StatesclassZooKeeperMainThe 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 classFourLetterWordMaininterfaceHostProviderA set of hosts a ZooKeeper client should connect to.classStaticHostProviderMost 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 classACLclassIdclassStatclassStatPersistedclassStatPersistedV1 -
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 classAuthPacketclassCheckVersionRequestclassConnectRequestclassConnectResponseclassCreateRequestclassCreateResponseclassDeleteRequestclassErrorResponseclassExistsRequestclassExistsResponseclassGetACLRequestclassGetACLResponseclassGetChildren2RequestclassGetChildren2ResponseclassGetChildrenRequestclassGetChildrenResponseclassGetDataRequestclassGetDataResponseclassGetMaxChildrenRequestclassGetMaxChildrenResponseclassGetSASLRequestclassMultiHeaderclassReplyHeaderclassRequestHeaderclassSetACLRequestclassSetACLResponseclassSetDataRequestclassSetDataResponseclassSetMaxChildrenRequestclassSetSASLRequestclassSetSASLResponseclassSetWatchesclassSyncRequestclassSyncResponseclassWatcherEvent -
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 classLogFormatterclassPurgeTxnLogthis class is used to clean up the snapshot and data log dir's.classServerConfigServer configuration storage.classSnapshotFormatterDump a snapshot file to stdout.classZooKeeperServerMainThis 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 classFileHeader -
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 classLearnerInfoclassQuorumAuthPacketclassQuorumPacketclassQuorumPeerConfigclassQuorumPeerMainConfiguration 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 classUpgradeMainThis 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 classCheckVersionTxnclassCreateSessionTxnclassCreateTxnclassCreateTxnV0classDeleteTxnclassErrorTxnclassMultiTxnclassSetACLTxnclassSetDataTxnclassSetMaxChildrenTxnclassTxnclassTxnHeader
-