Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.replication | |
org.apache.hadoop.hbase.zookeeper |
Modifier and Type | Interface and Description |
---|---|
interface |
Admin
The administrative API for HBase.
|
interface |
ClusterConnection
Internal methods on Connection that should not be used by user code.
|
interface |
Connection
A cluster connection encapsulating lower level individual connections to actual servers and
a connection to zookeeper.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseAdmin
HBaseAdmin is no longer a client API.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationPeerZKImpl |
Modifier and Type | Field and Description |
---|---|
protected Abortable |
ReplicationStateZKBase.abortable |
Modifier and Type | Method and Description |
---|---|
Abortable |
ReplicationQueuesArguments.getAbortable() |
Modifier and Type | Method and Description |
---|---|
static ReplicationPeers |
ReplicationFactory.getReplicationPeers(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable) |
static ReplicationPeers |
ReplicationFactory.getReplicationPeers(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
ReplicationQueuesClient queuesClient,
Abortable abortable) |
static ReplicationTracker |
ReplicationFactory.getReplicationTracker(ZooKeeperWatcher zookeeper,
ReplicationPeers replicationPeers,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Stoppable stopper) |
void |
ReplicationQueuesArguments.setAbortable(Abortable abort) |
Constructor and Description |
---|
PeerConfigTracker(String peerConfigNode,
ZooKeeperWatcher watcher,
Abortable abortable) |
PeerStateTracker(String peerStateZNode,
ZooKeeperWatcher watcher,
Abortable abortable) |
ReplicationPeersZKImpl(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
ReplicationQueuesClient queuesClient,
Abortable abortable) |
ReplicationPeerZKImpl(ZooKeeperWatcher zkWatcher,
org.apache.hadoop.conf.Configuration conf,
String id,
ReplicationPeerConfig peerConfig,
Abortable abortable)
Constructor that takes all the objects required to communicate with the specified peer, except
for the region server addresses.
|
ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort) |
ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort,
ZooKeeperWatcher zk) |
ReplicationQueuesClientArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort) |
ReplicationQueuesClientArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort,
ZooKeeperWatcher zk) |
ReplicationQueuesClientZKImpl(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable) |
ReplicationQueuesZKImpl(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable) |
ReplicationStateZKBase(ZooKeeperWatcher zookeeper,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable) |
ReplicationTrackerZKImpl(ZooKeeperWatcher zookeeper,
ReplicationPeers replicationPeers,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Stoppable stopper) |
TableBasedReplicationQueuesClientImpl(org.apache.hadoop.conf.Configuration conf,
Abortable abortable) |
TableBasedReplicationQueuesImpl(org.apache.hadoop.conf.Configuration conf,
Abortable abort,
ZooKeeperWatcher zkw) |
Modifier and Type | Class and Description |
---|---|
class |
ZooKeeperWatcher
Acts as the single ZooKeeper Watcher.
|
Modifier and Type | Field and Description |
---|---|
protected Abortable |
ZooKeeperWatcher.abortable |
protected Abortable |
ZooKeeperNodeTracker.abortable
Used to abort if a fatal error occurs
|
Constructor and Description |
---|
MasterAddressTracker(ZooKeeperWatcher watcher,
Abortable abortable)
Construct a master address listener with the specified
zookeeper reference. |
ZKClusterId(ZooKeeperWatcher watcher,
Abortable abortable) |
ZooKeeperNodeTracker(ZooKeeperWatcher watcher,
String node,
Abortable abortable)
Constructs a new ZK node tracker.
|
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable)
Instantiate a ZooKeeper connection and watcher.
|
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf,
String identifier,
Abortable abortable,
boolean canCreateBaseZNode)
Instantiate a ZooKeeper connection and watcher.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.