org.apache.hadoop.hbase.replication
Class ReplicationLoadSource
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationLoadSource
@InterfaceAudience.Private
public class ReplicationLoadSource
- extends Object
A HBase ReplicationLoad to present MetricsSource information
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplicationLoadSource
public ReplicationLoadSource(String id,
long age,
int size,
long timeStamp,
long lag)
getPeerID
public String getPeerID()
getAgeOfLastShippedOp
public long getAgeOfLastShippedOp()
getSizeOfLogQueue
public long getSizeOfLogQueue()
getTimeStampOfLastShippedOp
public long getTimeStampOfLastShippedOp()
getReplicationLag
public long getReplicationLag()
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.