Package org.apache.hadoop.hbase.zookeeper
package org.apache.hadoop.hbase.zookeeper
-
ClassDescriptionorg.apache.hadoop.hbase.zookeeper.ClusterStatusTrackerTracker on cluster settings up in zookeeper.org.apache.hadoop.hbase.zookeeper.DeletionListenerA ZooKeeper watcher meant to detect deletions of ZNodes.org.apache.hadoop.hbase.zookeeper.EmptyWatcherAn empty ZooKeeper watcherorg.apache.hadoop.hbase.zookeeper.HQuorumPeerHBase's version of ZooKeeper's QuorumPeer.org.apache.hadoop.hbase.zookeeper.MasterAddressTrackerManages the location of the current active Master for the RegionServer.org.apache.hadoop.hbase.zookeeper.MasterMaintenanceModeTrackerTracks the master Maintenance Mode via ZK.org.apache.hadoop.hbase.zookeeper.MetaTableLocatorUtility class to perform operation (get/wait for/verify/set/delete) on znode in ZooKeeper which keeps hbase:meta region server location.org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSourceInterface of the source that will export metrics about the ZooKeeper.org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSourceImplClass that transitions metrics from MetricsZooKeeper into the metrics subsystem.org.apache.hadoop.hbase.zookeeper.MiniZooKeeperClusterTODO: Most of the code in this class is ripped from ZooKeeper tests.org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClientA very simple read only zookeeper implementation without watcher support.org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeperA zookeeper that can handle 'recoverable' errors.org.apache.hadoop.hbase.zookeeper.ZKAclResetYou may add the jaas.conf option -Djava.security.auth.login.config=/PATH/jaas.conf You may also specify -D to set options "hbase.zookeeper.quorum" (it should be in hbase-site.xml) "zookeeper.znode.parent" (it should be in hbase-site.xml) Use -set-acls to set the ACLs, no option to erase ACLsorg.apache.hadoop.hbase.zookeeper.ZKAuthenticationProvides ZooKeeper authentication services for both client and server processes.org.apache.hadoop.hbase.zookeeper.ZKClusterIdPublishes and synchronizes a unique identifier specific to a given HBase cluster.org.apache.hadoop.hbase.zookeeper.ZKConfigUtility methods for reading, and building the ZooKeeper configuration.org.apache.hadoop.hbase.zookeeper.ZKConfig.ZKClusterKeyorg.apache.hadoop.hbase.zookeeper.ZKDumpBuilds a string containing everything in ZooKeeper.org.apache.hadoop.hbase.zookeeper.ZKLeaderManagerDeprecated.Not usedorg.apache.hadoop.hbase.zookeeper.ZKListenerBase class for internal listeners of ZooKeeper events.org.apache.hadoop.hbase.zookeeper.ZKMainServerTool for running ZookeeperMain from HBase by reading a ZooKeeper server from HBase XML configuration.org.apache.hadoop.hbase.zookeeper.ZKMetadataThe metadata append to the start of data on zookeeper.org.apache.hadoop.hbase.zookeeper.ZKNodeTrackerTracks the availability and value of a single ZooKeeper node.org.apache.hadoop.hbase.zookeeper.ZKServerToolTool for reading ZooKeeper servers from HBase XML configuration and producing a line-by-line list for use by bash scripts.org.apache.hadoop.hbase.zookeeper.ZKSplitLogDeprecated.since 2.4.0 and 3.0.0 replaced by procedure-based WAL splitting; see SplitWALManager.org.apache.hadoop.hbase.zookeeper.ZKUtilInternal HBase utility class for ZooKeeper.org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndDataDeprecated.Unusedorg.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOpRepresents an action taken by ZKUtil, e.g.org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp.CreateAndFailSilentZKUtilOp representing createAndFailSilent in ZooKeeper (attempt to create node, ignore error if already exists)org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp.DeleteNodeFailSilentZKUtilOp representing deleteNodeFailSilent in ZooKeeper (attempt to delete node, ignore error if node doesn't exist)org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp.SetDataZKUtilOp representing setData in ZooKeeperorg.apache.hadoop.hbase.zookeeper.ZKWatcherActs as the single ZooKeeper Watcher.org.apache.hadoop.hbase.zookeeper.ZNodePathsClass that hold all the paths of znode for HBase.org.apache.hadoop.hbase.zookeeper.ZooKeeperHelperMethods that help working with ZooKeeper