|
||||||||||
| 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
Cluster connection. |
| Classes in org.apache.hadoop.hbase.client that implement Abortable | |
|---|---|
class |
HBaseAdmin
Provides an interface to manage HBase database table metadata + general administrative functions. |
| Uses of Abortable in org.apache.hadoop.hbase.replication |
|---|
| Classes in org.apache.hadoop.hbase.replication that implement Abortable | |
|---|---|
class |
ReplicationPeer
This class acts as a wrapper for all the objects used to identify and communicate with remote peers and is responsible for answering to expired sessions and re-establishing the ZK connections. |
| Constructors in org.apache.hadoop.hbase.replication with parameters of type Abortable | |
|---|---|
ReplicationPeer.PeerStateTracker(String peerStateZNode,
ZooKeeperWatcher watcher,
Abortable abortable)
|
|
ReplicationStateImpl(ZooKeeperWatcher zk,
String stateZnode,
Abortable abortable,
AtomicBoolean replicating)
|
|
ReplicationZookeeper(Abortable abortable,
org.apache.hadoop.conf.Configuration conf,
ZooKeeperWatcher zk)
Constructor used by clients of replication (like master and HBase clients) |
|
| 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. |
|
MetaNodeTracker(ZooKeeperWatcher watcher,
Abortable abortable)
Creates a meta node tracker. |
|
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 | |||||||||