Uses of Class
org.apache.yetus.audience.InterfaceAudience.Public
-
Packages that use InterfaceAudience.Public 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.admin org.apache.zookeeper.client org.apache.zookeeper.data org.apache.zookeeper.proto org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.admin org.apache.zookeeper.server.embedded org.apache.zookeeper.server.persistence org.apache.zookeeper.server.quorum org.apache.zookeeper.server.util org.apache.zookeeper.txn -
-
Uses of InterfaceAudience.Public in org.apache.jute
Classes in org.apache.jute with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interfaceRecordInterface that is implemented by generated classes. -
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.AllChildrenNumberCallbackThis callback is used to get all children node number 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.Create2CallbackThis callback is used to retrieve the name and stat 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.EphemeralOnLocalSessionExceptionstatic classKeeperException.InvalidACLExceptionstatic classKeeperException.InvalidCallbackExceptionstatic classKeeperException.MarshallingErrorExceptionstatic classKeeperException.NewConfigNoQuorumstatic classKeeperException.NoAuthExceptionstatic classKeeperException.NoChildrenForEphemeralsExceptionstatic classKeeperException.NodeExistsExceptionstatic classKeeperException.NoNodeExceptionstatic classKeeperException.NotEmptyExceptionstatic classKeeperException.NotReadOnlyExceptionstatic classKeeperException.NoWatcherExceptionstatic classKeeperException.OperationTimeoutExceptionstatic classKeeperException.QuotaExceededExceptionstatic classKeeperException.ReconfigDisabledExceptionstatic classKeeperException.ReconfigInProgressstatic classKeeperException.RuntimeInconsistencyExceptionstatic classKeeperException.SessionExpiredExceptionstatic classKeeperException.SessionMovedExceptionstatic classKeeperException.SystemErrorExceptionstatic classKeeperException.UnimplementedExceptionstatic classKeeperException.UnknownSessionExceptionclassServerAdminClientclassTransactionProvides 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 eventstatic classWatcher.WatcherTypeEnumeration of types of watchersclassZooDefsstatic interfaceZooDefs.AddWatchModesstatic 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.admin
Classes in org.apache.zookeeper.admin with annotations of type InterfaceAudience.Public Modifier and Type Class Description classZooKeeperAdminThis is the main class for ZooKeeperAdmin client library. -
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.classZKClientConfigHandles client specific properties -
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 classACLclassClientInfoclassIdclassStatclassStatPersisted -
Uses of InterfaceAudience.Public in org.apache.zookeeper.proto
-
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 classPurgeTxnLogthis 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.admin
Classes in org.apache.zookeeper.server.admin with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interfaceAdminServerInterface for an embedded admin server that runs Commands.static classAdminServer.AdminServerException -
Uses of InterfaceAudience.Public in org.apache.zookeeper.server.embedded
Classes in org.apache.zookeeper.server.embedded with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interfaceZooKeeperServerEmbeddedThis API allows you to start a ZooKeeper server node from Java code -
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.util
Classes in org.apache.zookeeper.server.util with annotations of type InterfaceAudience.Public Modifier and Type Class Description classLogChopperthis class will chop the log at the specified zxid -
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 classCheckVersionTxnclassCloseSessionTxnclassCreateContainerTxnclassCreateSessionTxnclassCreateTTLTxnclassCreateTxnclassCreateTxnV0classDeleteTxnclassErrorTxnclassMultiTxnclassSetACLTxnclassSetDataTxnclassSetMaxChildrenTxnclassTxnclassTxnDigestclassTxnHeader
-