Class ElementTimestampAndIdx
java.lang.Object
com.linkedin.venice.schema.rmd.v1.ElementTimestampAndIdx
A POJO containing an index and a timestamp for a collection element. Note that this timestamp could be any timestamp.
In other words, it does not have to be just active timestamp.
-
Method Summary
-
Method Details
-
getIdx
public int getIdx() -
getTimestamp
public long getTimestamp()
-