Class AlignedSeriesCompactionExecutor


  • public class AlignedSeriesCompactionExecutor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AlignedSeriesCompactionExecutor​(java.lang.String device, TsFileResource targetResource, java.util.LinkedList<org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.TsFileSequenceReader,​java.util.List<org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata>>> readerAndChunkMetadataList, org.apache.iotdb.tsfile.write.writer.TsFileIOWriter writer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlignedSeriesCompactionExecutor

        public AlignedSeriesCompactionExecutor​(java.lang.String device,
                                               TsFileResource targetResource,
                                               java.util.LinkedList<org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.TsFileSequenceReader,​java.util.List<org.apache.iotdb.tsfile.file.metadata.AlignedChunkMetadata>>> readerAndChunkMetadataList,
                                               org.apache.iotdb.tsfile.write.writer.TsFileIOWriter writer)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • execute

        public void execute()
                     throws java.io.IOException
        Throws:
        java.io.IOException