Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer
Packages that use HBaseReplicationEndpoint.SinkPeer
Package
Description
Multi Cluster Replication
-
Uses of HBaseReplicationEndpoint.SinkPeer in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return HBaseReplicationEndpoint.SinkPeerModifier and TypeMethodDescriptionprotected HBaseReplicationEndpoint.SinkPeerHBaseReplicationEndpoint.getReplicationSink()Get a randomly-chosen replication sink to replicate to.Methods in org.apache.hadoop.hbase.replication with parameters of type HBaseReplicationEndpoint.SinkPeerModifier and TypeMethodDescriptionprotected voidHBaseReplicationEndpoint.reportBadSink(HBaseReplicationEndpoint.SinkPeer sinkPeer) Report aSinkPeeras being bad (i.e.protected voidHBaseReplicationEndpoint.reportSinkSuccess(HBaseReplicationEndpoint.SinkPeer sinkPeer) Report that aSinkPeersuccessfully replicated a chunk of data. -
Uses of HBaseReplicationEndpoint.SinkPeer in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type HBaseReplicationEndpoint.SinkPeerModifier and TypeMethodDescriptionprivate voidHBaseInterClusterReplicationEndpoint.onReplicateWALEntryException(int entriesHashCode, Throwable exception, HBaseReplicationEndpoint.SinkPeer sinkPeer)