@InterfaceAudience.Private public class DummyReplicationEndpoint extends org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
Constructor and Description |
---|
DummyReplicationEndpoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
canReplicateToSameCluster() |
protected void |
doStart() |
protected void |
doStop() |
UUID |
getPeerUUID() |
org.apache.hadoop.hbase.replication.WALEntryFilter |
getWALEntryfilter() |
boolean |
replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext) |
void |
start() |
void |
stop() |
getNamespaceTableCfWALEntryFilter, getScopeWALEntryFilter, init, isStarting, peerConfigUpdated
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toString
public DummyReplicationEndpoint()
public boolean canReplicateToSameCluster()
canReplicateToSameCluster
in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
canReplicateToSameCluster
in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
public UUID getPeerUUID()
public org.apache.hadoop.hbase.replication.WALEntryFilter getWALEntryfilter()
getWALEntryfilter
in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
getWALEntryfilter
in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
public boolean replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext)
public void start()
public void stop()
protected void doStart()
doStart
in class org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService
protected void doStop()
doStop
in class org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.