Class LastCacheValue
- java.lang.Object
-
- org.apache.iotdb.db.metadata.lastCache.container.value.LastCacheValue
-
- All Implemented Interfaces:
ILastCacheValue
public class LastCacheValue extends java.lang.Object implements ILastCacheValue
-
-
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 longgetTimestamp()org.apache.iotdb.tsfile.read.TimeValuePairgetTimeValuePair()voidsetTimestamp(long timestamp)voidsetValue(org.apache.iotdb.tsfile.utils.TsPrimitiveType value)
-
-
-
Method Detail
-
getTimestamp
public long getTimestamp()
- Specified by:
getTimestampin interfaceILastCacheValue
-
setTimestamp
public void setTimestamp(long timestamp)
- Specified by:
setTimestampin interfaceILastCacheValue
-
setValue
public void setValue(org.apache.iotdb.tsfile.utils.TsPrimitiveType value)
- Specified by:
setValuein interfaceILastCacheValue
-
getTimeValuePair
public org.apache.iotdb.tsfile.read.TimeValuePair getTimeValuePair()
- Specified by:
getTimeValuePairin interfaceILastCacheValue
-
-