Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer
Packages that use org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer
-
Uses of org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeerHBaseReplicationEndpoint.getReplicationSink()Get a randomly-chosen replication sink to replicate to.Methods in org.apache.hadoop.hbase.replication with parameters of type org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer in inModifier and TypeMethodDescriptionprotected voidHBaseReplicationEndpoint.reportBadSink(org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer sinkPeer) Report aSinkPeeras being bad (i.e.protected voidHBaseReplicationEndpoint.reportSinkSuccess(org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer sinkPeer) Report that aSinkPeersuccessfully replicated a chunk of data.