|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Private public interface ReplicationService
Gateway to Cluster Replication.
Used by HRegionServer
.
One such application is a cross-datacenter
replication service that can keep two hbase clusters in sync.
Method Summary | |
---|---|
void |
initialize(Server rs,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path logdir,
org.apache.hadoop.fs.Path oldLogDir)
Initializes the replication service object. |
void |
startReplicationService()
Start replication services. |
void |
stopReplicationService()
Stops replication service. |
Method Detail |
---|
void initialize(Server rs, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path logdir, org.apache.hadoop.fs.Path oldLogDir) throws IOException
IOException
void startReplicationService() throws IOException
IOException
void stopReplicationService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |