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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.