Class Summary |
EmptyWatcher |
An empty ZooKeeper watcher |
HQuorumPeer |
HBase's version of ZooKeeper's QuorumPeer. |
MasterAddressTracker |
Manages the location of the current active Master for the RegionServer. |
MetaRegionTracker |
Tracks the meta region server location node in zookeeper. |
RecoverableZooKeeper |
A zookeeper that can handle 'recoverable' errors. |
ZkAclReset |
You 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 ACLs |
ZKAssign |
Utility class for doing region assignment in ZooKeeper. |
ZKClusterId |
Publishes and synchronizes a unique identifier specific to a given HBase
cluster. |
ZKLeaderManager |
Deprecated. Not used |
ZKTable |
Helper class for table state tracking for use by AssignmentManager. |
ZKTableReadOnly |
Non-instantiable class that provides helper functions for
clients other than AssignmentManager for reading the
state of a table in ZK. |
ZKUtil |
Internal HBase utility class for ZooKeeper. |
ZKUtil.NodeAndData |
Deprecated. Unused |
ZKUtil.ZKUtilOp |
Represents an action taken by ZKUtil, e.g. |
ZKUtil.ZKUtilOp.CreateAndFailSilent |
ZKUtilOp representing createAndFailSilent in ZooKeeper
(attempt to create node, ignore error if already exists) |
ZKUtil.ZKUtilOp.DeleteNodeFailSilent |
ZKUtilOp representing deleteNodeFailSilent in ZooKeeper
(attempt to delete node, ignore error if node doesn't exist) |
ZKUtil.ZKUtilOp.SetData |
ZKUtilOp representing setData in ZooKeeper |
ZooKeeperListener |
Base class for internal listeners of ZooKeeper events. |
ZooKeeperNodeTracker |
Tracks the availability and value of a single ZooKeeper node. |
ZooKeeperWatcher |
Acts as the single ZooKeeper Watcher. |