@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, peerConfigUpdatedaddListener, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toStringpublic DummyReplicationEndpoint()
public boolean canReplicateToSameCluster()
canReplicateToSameCluster in interface org.apache.hadoop.hbase.replication.ReplicationEndpointcanReplicateToSameCluster in class org.apache.hadoop.hbase.replication.BaseReplicationEndpointpublic UUID getPeerUUID()
public org.apache.hadoop.hbase.replication.WALEntryFilter getWALEntryfilter()
getWALEntryfilter in interface org.apache.hadoop.hbase.replication.ReplicationEndpointgetWALEntryfilter in class org.apache.hadoop.hbase.replication.BaseReplicationEndpointpublic 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.AbstractServiceprotected void doStop()
doStop in class org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractServiceCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.