public class RpoValue extends Object implements Comparable<RpoValue>
RpoValue(TopicIdPartition topicIdPartition, long rpo)
int
compareTo(RpoValue o)
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RpoValue(TopicIdPartition topicIdPartition, long rpo)
public int compareTo(RpoValue o)
compareTo
Comparable<RpoValue>
public String toString()
toString
Object