| 类 | 说明 |
|---|---|
| ReadOnlyZKClient |
A very simple read only zookeeper implementation without watcher support.
|
| RecoverableZooKeeper2 |
A zookeeper that can handle 'recoverable' errors.
|
| ZKMetadata |
The metadata append to the start of data on zookeeper.
|
| ZKUtil2 |
Internal HBase utility class for ZooKeeper.
|
| ZKUtil2.NodeAndData | 已过时
Unused
|
| ZKUtil2.ZKClusterKey | |
| ZKUtil2.ZKUtil2Op |
Represents an action taken by ZKUtil2, e.g. createAndFailSilent.
|
| ZKUtil2.ZKUtil2Op.CreateAndFailSilent |
ZKUtil2Op representing createAndFailSilent in ZooKeeper
(attempt to create node, ignore error if already exists)
|
| ZKUtil2.ZKUtil2Op.DeleteNodeFailSilent |
ZKUtil2Op representing deleteNodeFailSilent in ZooKeeper
(attempt to delete node, ignore error if node doesn't exist)
|
| ZKUtil2.ZKUtil2Op.SetData |
ZKUtil2Op representing setData in ZooKeeper
|
| ZNodePaths |
Class that hold all the paths of znode for HBase.
|
| ZooKeeperHelper |
Methods that help working with ZooKeeper
|
| ZooKeeperListener |
Base class for internal listeners of ZooKeeper events.
|
| ZooKeeperWatcher |
Acts as the single ZooKeeper Watcher.
|
Copyright © 2007–2019. All rights reserved.