| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.replication | |
| org.apache.hadoop.hbase.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
VHostMapListener
Auto detect pub-network realHostname <=> virtualHostname,
The virtualHostname is offen a address that can be connect all over the internet,
While the realHostname is offen a local hostname that the hbase rs/ms really use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationPeerZKImpl.PeerStateTracker
Tracker for state of this peer
|
class |
ReplicationPeerZKImpl.TableCFsTracker
Tracker for (table, cf-list) map of this peer
|
class |
ReplicationTrackerZKImpl.OtherRegionServerWatcher
Watcher used to be notified of the other region server's death in the local cluster.
|
class |
ReplicationTrackerZKImpl.PeersWatcher
Watcher used to follow the creation and deletion of peer clusters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MasterAddressTracker
Manages the location of the current active Master for the RegionServer.
|
class |
ZKLeaderManager
Deprecated.
Not used
|
class |
ZooKeeperNodeTracker
Tracks the availability and value of a single ZooKeeper node.
|
| Modifier and Type | Method and Description |
|---|---|
List<ZooKeeperListener> |
ZooKeeperWatcher.getListeners()
Get a copy of current registered listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZooKeeperWatcher.registerListener(ZooKeeperListener listener)
Register the specified listener to receive ZooKeeper events.
|
void |
ZooKeeperWatcher.registerListenerFirst(ZooKeeperListener listener)
Register the specified listener to receive ZooKeeper events and add it as
the first in the list of current listeners.
|
void |
ZooKeeperWatcher.unregisterListener(ZooKeeperListener listener) |
Copyright © 2007–2017. All rights reserved.