@InterfaceAudience.Public public final class ReplicationLoadSource extends Object
Modifier and Type | Method and Description |
---|---|
long |
getAgeOfLastShippedOp() |
long |
getEditsRead() |
long |
getOPsShipped() |
String |
getPeerID() |
String |
getQueueId() |
long |
getReplicationLag() |
long |
getSizeOfLogQueue() |
long |
getTimestampOfLastShippedOp() |
long |
getTimeStampOfLastShippedOp()
Deprecated.
Since 2.0.0. Will be removed in 3.0.0.
|
long |
getTimeStampOfNextToReplicate() |
boolean |
hasEditsSinceRestart() |
boolean |
isRecovered() |
boolean |
isRunning() |
static org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder |
newBuilder() |
public long getAgeOfLastShippedOp()
public long getSizeOfLogQueue()
@Deprecated public long getTimeStampOfLastShippedOp()
getTimestampOfLastShippedOp()
public long getTimestampOfLastShippedOp()
public long getReplicationLag()
public long getTimeStampOfNextToReplicate()
public String getQueueId()
public boolean isRecovered()
public boolean isRunning()
public boolean hasEditsSinceRestart()
public long getEditsRead()
public long getOPsShipped()
public static org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder newBuilder()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.