Class LastCacheValue

    • Constructor Summary

      Constructors 
      Constructor Description
      LastCacheValue​(long timestamp, org.apache.iotdb.tsfile.utils.TsPrimitiveType value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimestamp()  
      org.apache.iotdb.tsfile.read.TimeValuePair getTimeValuePair()  
      void setTimestamp​(long timestamp)  
      void setValue​(org.apache.iotdb.tsfile.utils.TsPrimitiveType value)  
      • Methods inherited from class java.lang.Object

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

      • LastCacheValue

        public LastCacheValue​(long timestamp,
                              org.apache.iotdb.tsfile.utils.TsPrimitiveType value)