Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Package
Description
Multi Cluster Replication
-
Uses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication
Modifier and TypeFieldDescriptionprivate final HBaseReplicationEndpoint
HBaseReplicationEndpoint.PeerRegionServerListener.replicationEndpoint
-
Uses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeClassDescriptionclass
AReplicationEndpoint
implementation for replicating to another HBase cluster.class
AReplicationEndpoint
endpoint which receives the WAL edits from the WAL, and sends the edits to replicas of regions.Modifier and TypeFieldDescriptionprivate final HBaseReplicationEndpoint
ReplicationSinkManager.endpoint
ModifierConstructorDescriptionReplicationSinkManager
(ClusterConnection conn, String peerClusterId, HBaseReplicationEndpoint endpoint, org.apache.hadoop.conf.Configuration conf) Instantiate for a single replication peer cluster.