Class ElementTimestampAndIdx

java.lang.Object
com.linkedin.venice.schema.rmd.v1.ElementTimestampAndIdx

public class ElementTimestampAndIdx extends 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 Details

    • getIdx

      public int getIdx()
    • getTimestamp

      public long getTimestamp()