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 inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.replication.ReplicationEndpointRegionServerObserver.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 inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.replication.ReplicationEndpointRegionServerObserver.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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.replication.ReplicationEndpointRegionServerCoprocessorHost.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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.replication.ReplicationEndpointRegionServerCoprocessorHost.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 inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.replication.BaseReplicationEndpointA Base implementation forReplicationEndpoints.classorg.apache.hadoop.hbase.replication.HBaseReplicationEndpointABaseReplicationEndpointfor replication endpoints whose target cluster is an HBase cluster.classorg.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpointA dummyReplicationEndpointthat replicates nothing.Constructors in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.ReplicationEndpoint in in