Package | Description |
---|---|
org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Field and Description |
---|---|
private HBaseReplicationEndpoint |
HBaseReplicationEndpoint.PeerRegionServerListener.replicationEndpoint |
Constructor and Description |
---|
PeerRegionServerListener(HBaseReplicationEndpoint replicationPeer) |
Modifier and Type | Class and Description |
---|---|
class |
HBaseInterClusterReplicationEndpoint
A
ReplicationEndpoint implementation for replicating
to another HBase cluster. |
class |
RegionReplicaReplicationEndpoint
A
ReplicationEndpoint endpoint which receives the WAL
edits from the WAL, and sends the edits to replicas of regions. |
Modifier and Type | Field and Description |
---|---|
private HBaseReplicationEndpoint |
ReplicationSinkManager.endpoint |
Constructor and Description |
---|
ReplicationSinkManager(ClusterConnection conn,
String peerClusterId,
HBaseReplicationEndpoint endpoint,
org.apache.hadoop.conf.Configuration conf)
Instantiate for a single replication peer cluster.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.