| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.replication |
Multi Cluster Replication
Cluster replication documentation has been moved to the link:http://hbase.apache.org/book.html#_cluster_replication[Cluster Replication] section of the link:http://hbase.apache.org/book.html[Apache HBase Reference Guide].
|
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.security.visibility |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setEntries(List<WAL.Entry> entries) |
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setSize(int size) |
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setWalGroupId(String walGroupId) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
ReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Replicate the given set of entries (in the context) to the other cluster.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
HBaseInterClusterReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Do the shipping logic
|
boolean |
RegionReplicaReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
VisibilityReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.