Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer
Package
Description
Multi Cluster Replication
-
Uses of HBaseReplicationEndpoint.SinkPeer in org.apache.hadoop.hbase.replication
Modifier and TypeMethodDescriptionprotected HBaseReplicationEndpoint.SinkPeer
HBaseReplicationEndpoint.getReplicationSink()
Get a randomly-chosen replication sink to replicate to.Modifier and TypeMethodDescriptionprotected void
HBaseReplicationEndpoint.reportBadSink
(HBaseReplicationEndpoint.SinkPeer sinkPeer) Report aSinkPeer
as being bad (i.e.protected void
HBaseReplicationEndpoint.reportSinkSuccess
(HBaseReplicationEndpoint.SinkPeer sinkPeer) Report that aSinkPeer
successfully replicated a chunk of data. -
Uses of HBaseReplicationEndpoint.SinkPeer in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeMethodDescriptionprivate void
HBaseInterClusterReplicationEndpoint.onReplicateWALEntryException
(int entriesHashCode, Throwable exception, HBaseReplicationEndpoint.SinkPeer sinkPeer)