Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.zookeeper Classes and Interfaces - 57 results found.
NameDescriptionTypePackageFramework
ACLClassorg.apache.zookeeper.dataApache Zookeeper
AsyncCallbackInterfaceorg.apache.zookeeperApache Zookeeper
AsyncCallback .ACLCallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
AsyncCallback .Children2CallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
AsyncCallback .ChildrenCallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
AsyncCallback .DataCallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
AsyncCallback .StatCallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
AsyncCallback .StringCallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
AsyncCallback .VoidCallbackNested Class SummaryNested classes/interfaces inherited from interface org.Interfaceorg.apache.zookeeper.AsyncCallbackApache Zookeeper
CreateModeenum CreateModeextends EnumCreateMode value determines how the znode is created on ZooKeeper.Classorg.apache.zookeeperApache Zookeeper
FourLetterWordMainClassorg.apache.zookeeper.clientApache Zookeeper
IdClassorg.apache.zookeeper.dataApache Zookeeper
KeeperExceptionClassorg.apache.zookeeperApache Zookeeper
KeeperException .APIErrorExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .AuthFailedExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .BadArgumentsExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .BadVersionExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .CodeCodes which represent the various KeeperException types.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .CodeDeprecatedThis interface contains the original static final int constants which have now been replaced with an enumeration in Code.Interfaceorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .ConnectionLossExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .DataInconsistencyExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .InvalidACLExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .InvalidCallbackExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .MarshallingErrorExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .NoAuthExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .NoChildrenForEphemeralsExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .NodeExistsExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .NoNodeExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .NotEmptyExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .NotReadOnlyExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .OperationTimeoutExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .RuntimeInconsistencyExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .SessionExpiredExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .SessionMovedExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .SystemErrorExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
KeeperException .UnimplementedExceptionSee Also:KeeperException.Classorg.apache.zookeeper.KeeperExceptionApache Zookeeper
LogFormatterClassorg.apache.zookeeper.serverApache Zookeeper
PurgeTxnLogthis class is used to clean up the snapshot and data log dir's.Classorg.apache.zookeeper.serverApache Zookeeper
QuorumPeerMain When the main() method of this class is used to start the program, the first argument is used as a path to the config file, which will be used to obtainClassorg.apache.zookeeper.server.quorumApache Zookeeper
ServerAdminClientClassorg.apache.zookeeperApache Zookeeper
StatClassorg.apache.zookeeper.dataApache Zookeeper
StatPersistedClassorg.apache.zookeeper.dataApache Zookeeper
StatPersistedV1Classorg.apache.zookeeper.dataApache Zookeeper
UpgradeMainThis class upgrades the older database to a new database for the zookeeper Classorg.apache.zookeeper.server.upgradeApache Zookeeper
WatchedEventA WatchedEvent represents a change on the ZooKeeper that a Watcher is able to respond to.Classorg.apache.zookeeperApache Zookeeper
WatcherThis interface specifies the public interface an event handler class must implement.Interfaceorg.apache.zookeeperApache Zookeeper
Watcher .EventInterfaceorg.apache.zookeeper.WatcherApache Zookeeper
Watcher .Event .EventTypeClassorg.apache.zookeeper.Watcher.EventApache Zookeeper
Watcher .Event .KeeperStateClassorg.apache.zookeeper.Watcher.EventApache Zookeeper
ZooDefsClassorg.apache.zookeeperApache Zookeeper
ZooDefs .IdsInterfaceorg.apache.zookeeper.ZooDefsApache Zookeeper
ZooDefs .OpCodeInterfaceorg.apache.zookeeper.ZooDefsApache Zookeeper
ZooDefs .Permsstatic final int READSee Also:Constant Field ValuesInterfaceorg.apache.zookeeper.ZooDefsApache Zookeeper
ZooKeeperThis is the main class of ZooKeeper client library.Classorg.apache.zookeeperApache Zookeeper
ZooKeeper .StatesClassorg.apache.zookeeper.ZooKeeperApache Zookeeper
ZooKeeperMainThe command line client to ZooKeeper.Classorg.apache.zookeeperApache Zookeeper
ZooKeeperServerMainThis class starts and runs a standalone ZooKeeperServer.Classorg.apache.zookeeper.serverApache Zookeeper