Uses of Interface
org.apache.accumulo.core.spi.compaction.CompactionPlanner
-
Packages that use CompactionPlanner Package Description org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions. -
-
Uses of CompactionPlanner in org.apache.accumulo.core.spi.compaction
Classes in org.apache.accumulo.core.spi.compaction that implement CompactionPlanner Modifier and Type Class Description class
DefaultCompactionPlanner
Finds the largest continuous set of small files that meet the compaction ratio and do not prevent future compactions.
-