Interface ILastCacheValue

  • All Known Implementing Classes:
    LastCacheValue

    public interface ILastCacheValue
    • Method Detail

      • getTimestamp

        long getTimestamp()
      • setTimestamp

        void setTimestamp​(long timestamp)
      • setValue

        void setValue​(org.apache.iotdb.tsfile.utils.TsPrimitiveType value)
      • getTimeValuePair

        org.apache.iotdb.tsfile.read.TimeValuePair getTimeValuePair()