|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stoppable | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.replication | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.zookeeper |
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.replication |
---|
Methods in org.apache.hadoop.hbase.replication with parameters of type Stoppable | |
---|---|
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 Stoppable | |
---|---|
ReplicationTrackerZKImpl(ZooKeeperWatcher zookeeper,
ReplicationPeers replicationPeers,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Stoppable stopper)
|
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)
|
Uses of Stoppable in org.apache.hadoop.hbase.zookeeper |
---|
Constructors in org.apache.hadoop.hbase.zookeeper with parameters of type Stoppable | |
---|---|
ZKLeaderManager(ZooKeeperWatcher watcher,
String leaderZNode,
byte[] identifier,
Stoppable candidate)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |