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 HBaseReplicationEndpointHBaseReplicationEndpoint.PeerRegionServerListener.replicationEndpointConstructors 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 TypeClassDescriptionclassAReplicationEndpointimplementation for replicating to another HBase cluster.classAReplicationEndpointendpoint 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 HBaseReplicationEndpointReplicationSinkManager.endpointConstructors 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.