Interface IExternalSortFileDeserializer

  • All Superinterfaces:
    org.apache.iotdb.tsfile.read.reader.IPointReader
    All Known Implementing Classes:
    FixLengthIExternalSortFileDeserializer

    public interface IExternalSortFileDeserializer
    extends org.apache.iotdb.tsfile.read.reader.IPointReader
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default org.apache.iotdb.tsfile.read.TimeValuePair currentTimeValuePair()  
      • Methods inherited from interface org.apache.iotdb.tsfile.read.reader.IPointReader

        close, hasNextTimeValuePair, nextTimeValuePair
    • Method Detail

      • currentTimeValuePair

        default org.apache.iotdb.tsfile.read.TimeValuePair currentTimeValuePair()
                                                                         throws java.io.IOException
        Specified by:
        currentTimeValuePair in interface org.apache.iotdb.tsfile.read.reader.IPointReader
        Throws:
        java.io.IOException