Class FixLengthIExternalSortFileDeserializer
- java.lang.Object
-
- org.apache.iotdb.db.query.externalsort.serialize.impl.FixLengthIExternalSortFileDeserializer
-
- All Implemented Interfaces:
IExternalSortFileDeserializer,org.apache.iotdb.tsfile.read.reader.IPointReader
public class FixLengthIExternalSortFileDeserializer extends java.lang.Object implements IExternalSortFileDeserializer
FileFormat: [Header][Body][Header] = [DataTypeLength] + [DataTypeInStringBytes]
[DataTypeLength] = 4 bytes.
-
-
Constructor Summary
Constructors Constructor Description FixLengthIExternalSortFileDeserializer(java.lang.String tmpFilePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.StringgetTmpFilePath()booleanhasNextTimeValuePair()org.apache.iotdb.tsfile.read.TimeValuePairnextTimeValuePair()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.db.query.externalsort.serialize.IExternalSortFileDeserializer
currentTimeValuePair
-
-
-
-
Method Detail
-
hasNextTimeValuePair
public boolean hasNextTimeValuePair() throws java.io.IOException- Specified by:
hasNextTimeValuePairin interfaceorg.apache.iotdb.tsfile.read.reader.IPointReader- Throws:
java.io.IOException
-
nextTimeValuePair
public org.apache.iotdb.tsfile.read.TimeValuePair nextTimeValuePair() throws java.io.IOException- Specified by:
nextTimeValuePairin interfaceorg.apache.iotdb.tsfile.read.reader.IPointReader- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfaceorg.apache.iotdb.tsfile.read.reader.IPointReader- Throws:
java.io.IOException
-
getTmpFilePath
public java.lang.String getTmpFilePath()
-
-