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 managerReturn the replication peers.Returns an info provider for sync replication peer.Methods inherited from interface org.apache.hadoop.hbase.regionserver.ReplicationService
initialize, refreshAndGetReplicationLoad, startReplicationService, stopReplicationService
-
Method Details
-
getSyncReplicationPeerInfoProvider
Returns an info provider for sync replication peer. -
getPeerProcedureHandler
Returns a Handler to handle peer procedures. -
getReplicationPeers
Return the replication peers. -
getReplicationManager
Returns the replication manager
-