|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stoppable | |
---|---|
org.apache.hadoop.hbase | |
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.master | |
org.apache.hadoop.hbase.replication.regionserver | |
org.apache.hadoop.hbase.util |
Uses of Stoppable in org.apache.hadoop.hbase |
---|
Subinterfaces of Stoppable in org.apache.hadoop.hbase | |
---|---|
interface |
Server
Defines the set of shared functions implemented by HBase servers (Masters and RegionServers). |
Fields in org.apache.hadoop.hbase declared as Stoppable | |
---|---|
protected Stoppable |
Chore.stopper
|
Constructors in org.apache.hadoop.hbase with parameters of type Stoppable | |
---|---|
Chore(String name,
int p,
Stoppable stopper)
|
Uses of Stoppable in org.apache.hadoop.hbase.ipc |
---|
Subinterfaces of Stoppable in org.apache.hadoop.hbase.ipc | |
---|---|
interface |
HRegionInterface
Clients interact with HRegionServers using a handle to the HRegionInterface. |
Uses of Stoppable in org.apache.hadoop.hbase.master |
---|
Subinterfaces of Stoppable in org.apache.hadoop.hbase.master | |
---|---|
interface |
LogCleanerDelegate
Interface for the log cleaning function inside the master. |
Classes in org.apache.hadoop.hbase.master that implement Stoppable | |
---|---|
class |
HMaster
HMaster is the "master server" for HBase. |
static class |
HMasterCommandLine.LocalHMaster
|
class |
TimeToLiveLogCleaner
Log cleaner that uses the timestamp of the hlog to determine if it should be deleted. |
Constructors in org.apache.hadoop.hbase.master with parameters of type Stoppable | |
---|---|
AssignmentManager.TimeoutMonitor(int period,
Stoppable stopper,
int timeout)
Creates a periodic monitor to check for time outs on region transition operations. |
|
LogCleaner(int p,
Stoppable s,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path oldLogDir)
|
Uses of Stoppable in org.apache.hadoop.hbase.regionserver |
---|
Classes in org.apache.hadoop.hbase.regionserver that implement Stoppable | |
---|---|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients. |
Uses of Stoppable in org.apache.hadoop.hbase.replication.master |
---|
Classes in org.apache.hadoop.hbase.replication.master that implement Stoppable | |
---|---|
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 Stoppable in org.apache.hadoop.hbase.replication.regionserver |
---|
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type Stoppable | |
---|---|
ReplicationSourceInterface |
ReplicationSourceManager.getReplicationSource(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ReplicationSourceManager manager,
Stoppable stopper,
AtomicBoolean replicating,
String peerClusterId)
Factory method to create a replication source |
void |
ReplicationSourceInterface.init(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ReplicationSourceManager manager,
Stoppable stopper,
AtomicBoolean replicating,
String peerClusterId)
Initializer for the source |
void |
ReplicationSource.init(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ReplicationSourceManager manager,
Stoppable stopper,
AtomicBoolean replicating,
String peerClusterZnode)
Instantiation method used by region servers |
Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type Stoppable | |
---|---|
ReplicationSink(org.apache.hadoop.conf.Configuration conf,
Stoppable stopper)
Create a sink for replication |
|
ReplicationSourceManager(ReplicationZookeeper zkHelper,
org.apache.hadoop.conf.Configuration conf,
Stoppable stopper,
org.apache.hadoop.fs.FileSystem fs,
AtomicBoolean replicating,
org.apache.hadoop.fs.Path logDir,
org.apache.hadoop.fs.Path oldLogDir)
Creates a replication manager and sets the watch on all the other registered region servers |
Uses of Stoppable in org.apache.hadoop.hbase.util |
---|
Constructors in org.apache.hadoop.hbase.util with parameters of type Stoppable | |
---|---|
Sleeper(int sleep,
Stoppable stopper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |