|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicationEndpoint.ReplicateContext | |
---|---|
org.apache.hadoop.hbase.replication | Multi Cluster Replication |
org.apache.hadoop.hbase.replication.regionserver | |
org.apache.hadoop.hbase.security.visibility |
Uses of ReplicationEndpoint.ReplicateContext in org.apache.hadoop.hbase.replication |
---|
Methods in org.apache.hadoop.hbase.replication that return ReplicationEndpoint.ReplicateContext | |
---|---|
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setEntries(List<HLog.Entry> entries)
|
ReplicationEndpoint.ReplicateContext |
ReplicationEndpoint.ReplicateContext.setSize(int size)
|
Methods in org.apache.hadoop.hbase.replication with parameters of type ReplicationEndpoint.ReplicateContext | |
---|---|
boolean |
ReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Replicate the given set of entries (in the context) to the other cluster. |
Uses of ReplicationEndpoint.ReplicateContext in org.apache.hadoop.hbase.replication.regionserver |
---|
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationEndpoint.ReplicateContext | |
---|---|
boolean |
HBaseInterClusterReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Do the shipping logic |
Uses of ReplicationEndpoint.ReplicateContext in org.apache.hadoop.hbase.security.visibility |
---|
Methods in org.apache.hadoop.hbase.security.visibility with parameters of type ReplicationEndpoint.ReplicateContext | |
---|---|
boolean |
VisibilityReplicationEndpoint.replicate(ReplicationEndpoint.ReplicateContext replicateContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |