Uses of Class
org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
Package
Description
Multi Cluster Replication
-
Uses of BaseReplicationEndpoint in org.apache.hadoop.hbase.replication
Modifier and TypeClassDescriptionclass
ABaseReplicationEndpoint
for replication endpoints whose target cluster is an HBase cluster.class
A dummyReplicationEndpoint
that replicates nothing. -
Uses of BaseReplicationEndpoint 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.