org.apache.hadoop.hbase.replication
Class ReplicationLoadSink

java.lang.Object
  extended by org.apache.hadoop.hbase.replication.ReplicationLoadSink

@InterfaceAudience.Private
public class ReplicationLoadSink
extends Object

A HBase ReplicationLoad to present MetricsSink information


Constructor Summary
ReplicationLoadSink(long age, long timeStamp)
           
 
Method Summary
 long getAgeOfLastAppliedOp()
           
 long getTimeStampsOfLastAppliedOp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationLoadSink

public ReplicationLoadSink(long age,
                           long timeStamp)
Method Detail

getAgeOfLastAppliedOp

public long getAgeOfLastAppliedOp()

getTimeStampsOfLastAppliedOp

public long getTimeStampsOfLastAppliedOp()


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.