public static class DescribeReplicaLogDirsResult.ReplicaLogDirInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getCurrentReplicaLogDir()
The current log directory of the replica of this partition on the given broker.
|
long |
getCurrentReplicaOffsetLag()
Defined as max(HW of partition - LEO of the replica, 0).
|
String |
getFutureReplicaLogDir()
The future log directory of the replica of this partition on the given broker.
|
long |
getFutureReplicaOffsetLag()
The LEO of the replica - LEO of the future log of this replica in the destination log directory.
|
String |
toString() |
public String getCurrentReplicaLogDir()
public long getCurrentReplicaOffsetLag()
public String getFutureReplicaLogDir()
public long getFutureReplicaOffsetLag()