Package | Description |
---|---|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Method and Description |
---|---|
ReplicationSinkManager.SinkPeer |
ReplicationSinkManager.getReplicationSink()
Get a randomly-chosen replication sink to replicate to.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSinkManager.reportBadSink(ReplicationSinkManager.SinkPeer sinkPeer)
Report a
SinkPeer as being bad (i.e. |
void |
ReplicationSinkManager.reportSinkSuccess(ReplicationSinkManager.SinkPeer sinkPeer)
Report that a
SinkPeer successfully replicated a chunk of data. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.