@InterfaceAudience.Private public class RegionReplicaReplicationEndpoint extends HBaseReplicationEndpoint
ReplicationEndpoint
endpoint which receives the WAL edits from the
WAL, and sends the edits to replicas of regions.HBaseReplicationEndpoint.PeerRegionServerListener
ReplicationEndpoint.Context, ReplicationEndpoint.ReplicateContext
ctx
Constructor and Description |
---|
RegionReplicaReplicationEndpoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
canReplicateToSameCluster()
Whether or not, the replication endpoint can replicate to it's source cluster with the same
UUID
|
protected void |
doStart() |
protected void |
doStop() |
protected WALEntryFilter |
getScopeWALEntryFilter()
Returns a WALEntryFilter for checking the scope.
|
protected WALEntryFilter |
getSkipReplayedEditsFilter() |
WALEntryFilter |
getWALEntryfilter()
Returns a default set of filters
|
void |
init(ReplicationEndpoint.Context context)
Initialize the replication endpoint with the given context.
|
boolean |
replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Replicate the given set of entries (in the context) to the other cluster.
|
abort, disconnect, fetchSlavesAddresses, getLastRegionServerUpdate, getPeerUUID, getRegionServers, getZkw, isAborted, reconnect, setRegionServers
getTableCfWALEntryFilter
isRunning, notifyFailed, notifyStarted, notifyStopped, start, startAndWait, state, stop, stopAndWait, toString
public WALEntryFilter getWALEntryfilter()
BaseReplicationEndpoint
getWALEntryfilter
in interface ReplicationEndpoint
getWALEntryfilter
in class BaseReplicationEndpoint
WALEntryFilter
or null.protected WALEntryFilter getSkipReplayedEditsFilter()
public void init(ReplicationEndpoint.Context context) throws IOException
ReplicationEndpoint
init
in interface ReplicationEndpoint
init
in class BaseReplicationEndpoint
context
- replication contextIOException
protected void doStart()
doStart
in class HBaseReplicationEndpoint
protected void doStop()
doStop
in class HBaseReplicationEndpoint
public boolean replicate(ReplicationEndpoint.ReplicateContext replicateContext)
ReplicationEndpoint
replicateContext
- a context where WAL entries and other
parameters can be obtained.public boolean canReplicateToSameCluster()
ReplicationEndpoint
canReplicateToSameCluster
in interface ReplicationEndpoint
canReplicateToSameCluster
in class BaseReplicationEndpoint
protected WALEntryFilter getScopeWALEntryFilter()
BaseReplicationEndpoint
getScopeWALEntryFilter
in class BaseReplicationEndpoint
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.