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

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.
 

Classes in org.apache.hadoop.hbase.client that implement Abortable
 class HBaseAdmin
          Provides an interface to manage HBase database table metadata + general administrative functions.
 class HConnectionWrapper
          This is a HConnection wrapper.
 

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

Subinterfaces of Abortable in org.apache.hadoop.hbase.master
 interface MasterServices
          Services Master supplies
 

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
 

Subinterfaces of Abortable in org.apache.hadoop.hbase.regionserver
(package private)  interface org.apache.hadoop.hbase.regionserver.OnlineRegions
          Interface to Map of online regions.
 interface RegionServerServices
          Services provided by HRegionServer
 

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
 

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.
 

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
ReplicationPeer.PeerStateTracker(String peerStateZNode, ZooKeeperWatcher watcher, Abortable abortable)
           
ReplicationPeersZKImpl(ZooKeeperWatcher zk, org.apache.hadoop.conf.Configuration conf, 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.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 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
ClusterStatusTracker(ZooKeeperWatcher watcher, Abortable abortable)
          Creates a cluster status tracker.
DrainingServerTracker(ZooKeeperWatcher watcher, Abortable abortable, ServerManager serverManager)
           
LoadBalancerTracker(ZooKeeperWatcher watcher, Abortable 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.
RegionServerTracker(ZooKeeperWatcher watcher, Abortable abortable, ServerManager serverManager)
           
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 © 2013 The Apache Software Foundation. All Rights Reserved.