|
||||||||||
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.coprocessor | Table of Contents |
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.replication.regionserver | |
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 |
CoprocessorHConnection
Connection to an HTable from within a Coprocessor. |
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.coprocessor |
---|
Fields in org.apache.hadoop.hbase.coprocessor declared as Abortable | |
---|---|
protected Abortable |
CoprocessorHost.abortable
|
Constructors in org.apache.hadoop.hbase.coprocessor with parameters of type Abortable | |
---|---|
CoprocessorHost(Abortable abortable)
|
Uses of Abortable in org.apache.hadoop.hbase.ipc |
---|
Constructors in org.apache.hadoop.hbase.ipc with parameters of type Abortable | |
---|---|
BalancedQueueRpcExecutor(String name,
int handlerCount,
int numQueues,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Class<? extends BlockingQueue> queueClass,
Object... initargs)
|
|
BalancedQueueRpcExecutor(String name,
int handlerCount,
int numQueues,
int maxQueueLength,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
|
RpcExecutor(String name,
int handlerCount,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
|
RWQueueRpcExecutor(String name,
int handlerCount,
int numQueues,
float readShare,
int maxQueueLength,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable)
|
|
RWQueueRpcExecutor(String name,
int handlerCount,
int numQueues,
float readShare,
int maxQueueLength,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Class<? extends BlockingQueue> readQueueClass,
Object... readQueueInitArgs)
|
|
RWQueueRpcExecutor(String name,
int writeHandlers,
int readHandlers,
int numWriteQueues,
int numReadQueues,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Class<? extends BlockingQueue> writeQueueClass,
Object[] writeQueueInitArgs,
Class<? extends BlockingQueue> readQueueClass,
Object[] readQueueInitArgs)
|
|
SimpleRpcScheduler(org.apache.hadoop.conf.Configuration conf,
int handlerCount,
int priorityHandlerCount,
int replicationHandlerCount,
PriorityFunction priority,
Abortable abortable,
int highPriorityLevel)
|
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 |
HBaseReplicationEndpoint
A BaseReplicationEndpoint for replication endpoints whose
target cluster is an HBase cluster. |
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.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.replication.regionserver |
---|
Classes in org.apache.hadoop.hbase.replication.regionserver that implement Abortable | |
---|---|
class |
HBaseInterClusterReplicationEndpoint
A ReplicationEndpoint implementation for replicating to another HBase cluster. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |