Uses of Class
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer

Packages that use org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer
Package
Description
Multi Cluster Replication
  • 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 in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer
    HBaseReplicationEndpoint.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 in
    Modifier and Type
    Method
    Description
    protected void
    HBaseReplicationEndpoint.reportBadSink(org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer sinkPeer)
    Report a SinkPeer as being bad (i.e.
    protected void
    HBaseReplicationEndpoint.reportSinkSuccess(org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.SinkPeer sinkPeer)
    Report that a SinkPeer successfully replicated a chunk of data.