Class DummyReplicationEndpoint

java.lang.Object
org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService
org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
org.apache.hadoop.hbase.replication.DummyReplicationEndpoint
All Implemented Interfaces:
org.apache.hadoop.hbase.replication.ReplicationEndpoint, org.apache.hadoop.hbase.replication.ReplicationPeerConfigListener, org.apache.hbase.thirdparty.com.google.common.util.concurrent.Service

@Private public class DummyReplicationEndpoint extends org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
A dummy replication endpoint that does nothing, for test use only.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.replication.ReplicationEndpoint

    org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context, org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext

    Nested classes/interfaces inherited from interface org.apache.hbase.thirdparty.com.google.common.util.concurrent.Service

    org.apache.hbase.thirdparty.com.google.common.util.concurrent.Service.Listener, org.apache.hbase.thirdparty.com.google.common.util.concurrent.Service.State
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint

    ctx, REPLICATION_WALENTRYFILTER_CONFIG_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    protected void
     
    protected void
     
     
    org.apache.hadoop.hbase.replication.WALEntryFilter
     
    boolean
    replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext)
     
    void
     
    void
     

    Methods inherited from class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint

    getNamespaceTableCfWALEntryFilter, getScopeWALEntryFilter, init, isStarting, peerConfigUpdated

    Methods inherited from class org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.hbase.replication.ReplicationEndpoint

    awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, failureCause, isRunning
  • Constructor Details

  • Method Details

    • canReplicateToSameCluster

      public boolean canReplicateToSameCluster()
      Specified by:
      canReplicateToSameCluster in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
      Overrides:
      canReplicateToSameCluster in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
    • getPeerUUID

      public UUID getPeerUUID()
    • getWALEntryfilter

      public org.apache.hadoop.hbase.replication.WALEntryFilter getWALEntryfilter()
      Specified by:
      getWALEntryfilter in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
      Overrides:
      getWALEntryfilter in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
    • replicate

      public boolean replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext)
    • start

      public void start()
    • stop

      public void stop()
    • doStart

      protected void doStart()
      Specified by:
      doStart in class org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService
    • doStop

      protected void doStop()
      Specified by:
      doStop in class org.apache.hbase.thirdparty.com.google.common.util.concurrent.AbstractService