Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationEndpoint

Packages that use org.apache.hadoop.hbase.replication.ReplicationEndpoint
Package
Description
Table of Contents
 
Multi Cluster Replication
  • Uses of org.apache.hadoop.hbase.replication.ReplicationEndpoint in org.apache.hadoop.hbase.coprocessor

    Methods in org.apache.hadoop.hbase.coprocessor that return org.apache.hadoop.hbase.replication.ReplicationEndpoint in in
    Modifier and Type
    Method
    Description
    default org.apache.hadoop.hbase.replication.ReplicationEndpoint
    RegionServerObserver.postCreateReplicationEndPoint(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.replication.ReplicationEndpoint endpoint)
    This will be called after the replication endpoint is instantiated.
    Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.replication.ReplicationEndpoint in in
    Modifier and Type
    Method
    Description
    default org.apache.hadoop.hbase.replication.ReplicationEndpoint
    RegionServerObserver.postCreateReplicationEndPoint(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.replication.ReplicationEndpoint endpoint)
    This will be called after the replication endpoint is instantiated.
  • Uses of org.apache.hadoop.hbase.replication.ReplicationEndpoint in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.replication.ReplicationEndpoint in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.replication.ReplicationEndpoint
    RegionServerCoprocessorHost.postCreateReplicationEndPoint(org.apache.hadoop.hbase.replication.ReplicationEndpoint endpoint)
     
    Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.replication.ReplicationEndpoint in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.replication.ReplicationEndpoint
    RegionServerCoprocessorHost.postCreateReplicationEndPoint(org.apache.hadoop.hbase.replication.ReplicationEndpoint endpoint)
     
  • Uses of org.apache.hadoop.hbase.replication.ReplicationEndpoint in org.apache.hadoop.hbase.replication

    Classes in org.apache.hadoop.hbase.replication that implement org.apache.hadoop.hbase.replication.ReplicationEndpoint in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
    A Base implementation for ReplicationEndpoints.
    class 
    org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
    A BaseReplicationEndpoint for replication endpoints whose target cluster is an HBase cluster.
    class 
    org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
    A dummy ReplicationEndpoint that replicates nothing.
    Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationEndpoint in in
    Modifier
    Constructor
    Description
     
    ClusterMarkingEntryFilter(UUID clusterId, UUID peerClusterId, org.apache.hadoop.hbase.replication.ReplicationEndpoint replicationEndpoint)