Uses of Interface
org.apache.hadoop.hbase.Abortable

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.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.master   
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).
 

Constructors in org.apache.hadoop.hbase with parameters of type Abortable
MasterAddressTracker(ZooKeeperWatcher watcher, Abortable abortable)
          Construct a master address listener with the specified zookeeper reference.
 

Uses of Abortable in org.apache.hadoop.hbase.catalog
 

Constructors in org.apache.hadoop.hbase.catalog with parameters of type Abortable
CatalogTracker(ZooKeeperWatcher zk, HConnection connection, Abortable abortable)
          Constructs the catalog tracker.
CatalogTracker(ZooKeeperWatcher zk, HConnection connection, Abortable abortable, int defaultTimeout)
          Constructs the catalog tracker.
 

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.ipc
 

Subinterfaces of Abortable in org.apache.hadoop.hbase.ipc
 interface HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
 

Uses of Abortable in org.apache.hadoop.hbase.master
 

Classes in org.apache.hadoop.hbase.master that implement Abortable
 class HMaster
          HMaster is the "master server" for HBase.
static class HMasterCommandLine.LocalHMaster
           
 

Uses of Abortable in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement Abortable
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 

Uses of Abortable in org.apache.hadoop.hbase.replication
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type Abortable
ReplicationZookeeper.ReplicationStatusTracker(ZooKeeperWatcher watcher, Abortable abortable)
           
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.replication.master
 

Classes in org.apache.hadoop.hbase.replication.master that implement Abortable
 class ReplicationLogCleaner
          Implementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over.
 

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 ZooKeeperNodeTracker.abortable
          Used to abort if a fatal error occurs
 

Constructors in org.apache.hadoop.hbase.zookeeper with parameters of type Abortable
ClusterStatusTracker(ZooKeeperWatcher watcher, Abortable abortable)
          Creates a cluster status tracker.
MetaNodeTracker(ZooKeeperWatcher watcher, CatalogTracker catalogTracker, Abortable abortable)
          Creates a meta node tracker.
RegionServerTracker(ZooKeeperWatcher watcher, Abortable abortable, ServerManager serverManager)
           
RootRegionTracker(ZooKeeperWatcher watcher, Abortable abortable)
          Creates a root region location tracker.
ZooKeeperNodeTracker(ZooKeeperWatcher watcher, String node, Abortable abortable)
          Constructs a new ZK node tracker.
ZooKeeperWatcher(org.apache.hadoop.conf.Configuration conf, String descriptor, Abortable abortable)
          Instantiate a ZooKeeper connection and watcher.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.