Interface ICompactionPerformer

    • Method Detail

      • perform

        void perform()
              throws java.io.IOException,
                     org.apache.iotdb.commons.exception.MetadataException,
                     StorageEngineException,
                     java.lang.InterruptedException
        Throws:
        java.io.IOException
        org.apache.iotdb.commons.exception.MetadataException
        StorageEngineException
        java.lang.InterruptedException
      • setTargetFiles

        void setTargetFiles​(java.util.List<TsFileResource> targetFiles)
      • setSourceFiles

        default void setSourceFiles​(java.util.List<TsFileResource> files)