Interface ILastCacheValue
-
- All Known Implementing Classes:
LastCacheValue
public interface ILastCacheValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTimestamp()org.apache.iotdb.tsfile.read.TimeValuePairgetTimeValuePair()voidsetTimestamp(long timestamp)voidsetValue(org.apache.iotdb.tsfile.utils.TsPrimitiveType value)
-