|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicationSourceInterface | |
---|---|
org.apache.hadoop.hbase.replication.regionserver |
Uses of ReplicationSourceInterface in org.apache.hadoop.hbase.replication.regionserver |
---|
Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationSourceInterface | |
---|---|
class |
ReplicationSource
Class that handles the source of a replication stream. |
Methods in org.apache.hadoop.hbase.replication.regionserver that return ReplicationSourceInterface | |
---|---|
ReplicationSourceInterface |
ReplicationSourceManager.addSource(String id)
Add a new normal source to this region server |
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 |
Methods in org.apache.hadoop.hbase.replication.regionserver that return types with arguments of type ReplicationSourceInterface | |
---|---|
List<ReplicationSourceInterface> |
ReplicationSourceManager.getSources()
Get a list of all the normal sources of this rs |
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationSourceInterface | |
---|---|
void |
ReplicationSourceManager.closeRecoveredQueue(ReplicationSourceInterface src)
Clear the references to the specified old source |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |