Uses of Interface
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
Modifier and TypeMethodDescriptiondefault 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.Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.replication.ReplicationEndpoint
RegionServerCoprocessorHost.postCreateReplicationEndPoint
(org.apache.hadoop.hbase.replication.ReplicationEndpoint endpoint) Modifier and TypeMethodDescriptionorg.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
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
A Base implementation forReplicationEndpoint
s.class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
ABaseReplicationEndpoint
for replication endpoints whose target cluster is an HBase cluster.class
org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
A dummyReplicationEndpoint
that replicates nothing.