Uses of Class
org.apache.iotdb.db.exception.TsFileProcessorException
-
-
Uses of TsFileProcessorException in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine that throw TsFileProcessorException Modifier and Type Method Description voidStorageEngine. forceCloseAllProcessor()voidStorageEngineV2. forceCloseAllProcessor() -
Uses of TsFileProcessorException in org.apache.iotdb.db.engine.flush
Methods in org.apache.iotdb.db.engine.flush that throw TsFileProcessorException Modifier and Type Method Description voidCloseFileListener. onClosed(TsFileProcessor processor) -
Uses of TsFileProcessorException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw TsFileProcessorException Modifier and Type Method Description voidDataRegion.CloseTsFileCallBack. call(TsFileProcessor caller)voidTsFileProcessor. close()close this tsfilevoidDataRegion. forceCloseAllWorkingTsFileProcessors()force close all working tsfile processorsvoidTsFileProcessor. putMemTableBackAndClose()release resource of a memtable -
Uses of TsFileProcessorException in org.apache.iotdb.db.engine.storagegroup.dataregion
Methods in org.apache.iotdb.db.engine.storagegroup.dataregion that throw TsFileProcessorException Modifier and Type Method Description voidStorageGroupManager. forceCloseAllWorkingTsFileProcessors()push forceCloseAllWorkingTsFileProcessors down to all sg
-