Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Packages that use HBaseReplicationEndpoint
Package
Description
Multi Cluster Replication
-
Uses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as HBaseReplicationEndpointModifier and TypeFieldDescriptionprivate final HBaseReplicationEndpoint
HBaseReplicationEndpoint.PeerRegionServerListener.replicationEndpoint
Constructors in org.apache.hadoop.hbase.replication with parameters of type HBaseReplicationEndpoint -
Uses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserver
Subclasses of HBaseReplicationEndpoint in org.apache.hadoop.hbase.replication.regionserverModifier 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.Fields in org.apache.hadoop.hbase.replication.regionserver declared as HBaseReplicationEndpointModifier and TypeFieldDescriptionprivate final HBaseReplicationEndpoint
ReplicationSinkManager.endpoint
Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type HBaseReplicationEndpointModifierConstructorDescriptionReplicationSinkManager
(ClusterConnection conn, String peerClusterId, HBaseReplicationEndpoint endpoint, org.apache.hadoop.conf.Configuration conf) Instantiate for a single replication peer cluster.