public static class QuorumInfo.ReplicaState extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
OptionalLong |
lastCaughtUpTimestamp()
Return the last millisecond timestamp at which this replica was known to be
caught up with the leader.
|
OptionalLong |
lastFetchTimestamp()
Return the last millisecond timestamp that the leader received a
fetch from this replica.
|
long |
logEndOffset()
Return the logEndOffset known by the leader for this replica.
|
int |
replicaId()
Return the ID for this replica.
|
String |
toString() |
public int replicaId()
public long logEndOffset()
public OptionalLong lastFetchTimestamp()
public OptionalLong lastCaughtUpTimestamp()