|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Abortable | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.catalog | |
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.replication | |
org.apache.hadoop.hbase.zookeeper |
Uses of Abortable in org.apache.hadoop.hbase |
---|
Subinterfaces of Abortable in org.apache.hadoop.hbase | |
---|---|
interface |
Server
Defines the set of shared functions implemented by HBase servers (Masters and RegionServers). |
Uses of Abortable in org.apache.hadoop.hbase.catalog |
---|
Constructors in org.apache.hadoop.hbase.catalog with parameters of type Abortable | |
---|---|
CatalogTracker(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
Constructs the catalog tracker. |
|
CatalogTracker(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
HConnection connection,
Abortable abortable)
|
Uses of Abortable in org.apache.hadoop.hbase.client |
---|
Subinterfaces of Abortable in org.apache.hadoop.hbase.client | |
---|---|
interface |
HConnection
A cluster connection. |
interface |
StatisticsHConnection
A server statistics tracking aware HConnection. |
Classes in org.apache.hadoop.hbase.client that implement Abortable | |
---|---|
class |
HBaseAdmin
Provides an interface to manage HBase database table metadata + general administrative functions. |
static class |
HConnectionManager.HConnectionImplementation
Encapsulates connection to zookeeper and regionservers. |
Uses of Abortable in org.apache.hadoop.hbase.replication |
---|
Classes in org.apache.hadoop.hbase.replication that implement Abortable | |
---|---|
class |
ReplicationPeerZKImpl
|
Fields in org.apache.hadoop.hbase.replication declared as Abortable | |
---|---|
protected Abortable |
ReplicationStateZKBase.abortable
|
Methods in org.apache.hadoop.hbase.replication with parameters of type Abortable | |
---|---|
static ReplicationPeers |
ReplicationFactory.getReplicationPeers(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
static ReplicationQueues |
ReplicationFactory.getReplicationQueues(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
static ReplicationQueuesClient |
ReplicationFactory.getReplicationQueuesClient(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
static ReplicationTracker |
ReplicationFactory.getReplicationTracker(ZooKeeperWatcher zookeeper,
ReplicationPeers replicationPeers,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Stoppable stopper)
|
Constructors in org.apache.hadoop.hbase.replication with parameters of type Abortable | |
---|---|
ReplicationPeersZKImpl(ZooKeeperWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
|
ReplicationPeerZKImpl.PeerStateTracker(String peerStateZNode,
ZooKeeperWatcher watcher,
Abortable abortable)
|
|
ReplicationPeerZKImpl.TableCFsTracker(String tableCFsZNode,
ZooKeeperWatcher watcher,
Abortable abortable)
|
|
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)
|
Uses of Abortable in org.apache.hadoop.hbase.zookeeper |
---|
Classes in org.apache.hadoop.hbase.zookeeper that implement Abortable | |
---|---|
class |
ZooKeeperWatcher
Acts as the single ZooKeeper Watcher. |
Fields in org.apache.hadoop.hbase.zookeeper declared as Abortable | |
---|---|
protected Abortable |
ZooKeeperWatcher.abortable
|
protected Abortable |
ZooKeeperNodeTracker.abortable
Used to abort if a fatal error occurs |
Constructors in org.apache.hadoop.hbase.zookeeper with parameters of type Abortable | |
---|---|
MasterAddressTracker(ZooKeeperWatcher watcher,
Abortable abortable)
Construct a master address listener with the specified zookeeper reference. |
|
MetaRegionTracker(ZooKeeperWatcher watcher,
Abortable abortable)
Creates a meta region location tracker. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |