Interface ReplicationSourceService
- All Superinterfaces:
ReplicationService
- All Known Implementing Classes:
Replication
A source for a replication stream has to expose this service. This service allows an application
to hook into the regionserver and watch for new transactions.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a Handler to handle peer procedures.Returns the replication managerMethods inherited from interface org.apache.hadoop.hbase.regionserver.ReplicationService
initialize, refreshAndGetReplicationLoad, startReplicationService, stopReplicationService
-
Method Details
-
getPeerProcedureHandler
Returns a Handler to handle peer procedures. -
getReplicationManager
Returns the replication manager
-