| Package | Description |
|---|---|
| org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.security.visibility |
| Modifier and Type | Method and Description |
|---|---|
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setEntries(List<WAL.Entry> entries) |
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setSize(int size) |
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setWalGroupId(String walGroupId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VerifyWALEntriesReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext) |
boolean |
ReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Replicate the given set of entries (in the context) to the other cluster.
|
| Modifier and Type | Method and Description |
|---|---|
private long |
HBaseInterClusterReplicationEndpoint.parallelReplicate(CompletionService<Integer> pool,
ReplicationEndpoint.ReplicateContext replicateContext,
List<List<WAL.Entry>> batches) |
boolean |
RegionReplicaReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext) |
boolean |
HBaseInterClusterReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Do the shipping logic
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VisibilityReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.