Uses of Class
org.apache.iotdb.db.engine.compaction.cross.utils.AbstractCompactionEstimator
-
-
Uses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.cross
Subclasses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.cross Modifier and Type Class Description classAbstractCrossSpaceEstimatorEstimate the memory cost of one cross space compaction task with specific source files based on its corresponding implementation. -
Uses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.cross.utils
Subclasses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.cross.utils Modifier and Type Class Description classInplaceCompactionEstimatorclassReadPointCrossCompactionEstimator -
Uses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.inner
Subclasses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.inner Modifier and Type Class Description classAbstractInnerSpaceEstimatorEstimate the memory cost of one inner space compaction task with specific source files based on its corresponding implementation. -
Uses of AbstractCompactionEstimator in org.apache.iotdb.db.engine.compaction.task
Methods in org.apache.iotdb.db.engine.compaction.task that return AbstractCompactionEstimator Modifier and Type Method Description static AbstractCompactionEstimatorICompactionSelector. getCompactionEstimator(CrossCompactionPerformer compactionPerformer, boolean isInnerSpace)
-