Class ElementTimestampAndIdx
- java.lang.Object
-
- com.linkedin.venice.schema.rmd.v1.ElementTimestampAndIdx
-
public class ElementTimestampAndIdx extends java.lang.Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIdx()
long
getTimestamp()
-