Class TimestampedLong


  • public class TimestampedLong
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimestampedLong​(long timestamp, long value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimestamp()  
      long getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimestampedLong

        public TimestampedLong​(long timestamp,
                               long value)
    • Method Detail

      • getTimestamp

        public long getTimestamp()
      • getValue

        public long getValue()