@InterfaceAudience.Private public final class ReplicationStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationStatus.ReplicationStatusBuilder |
Modifier and Type | Method and Description |
---|---|
long |
getAgeOfLastShippedOp() |
org.apache.hadoop.fs.Path |
getCurrentPath() |
long |
getCurrentPosition() |
long |
getFileSize() |
String |
getPeerId() |
int |
getQueueSize() |
long |
getReplicationDelay() |
String |
getWalGroup() |
static ReplicationStatus.ReplicationStatusBuilder |
newBuilder() |
public long getCurrentPosition()
public long getFileSize()
public String getPeerId()
public String getWalGroup()
public int getQueueSize()
public long getAgeOfLastShippedOp()
public long getReplicationDelay()
public org.apache.hadoop.fs.Path getCurrentPath()
public static ReplicationStatus.ReplicationStatusBuilder newBuilder()
Copyright © 2007–2019 Cloudera. All rights reserved.