Uses of Interface
org.apache.accumulo.core.spi.compaction.CompactionDispatcher
-
Packages that use CompactionDispatcher Package Description org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions. -
-
Uses of CompactionDispatcher in org.apache.accumulo.core.spi.compaction
Classes in org.apache.accumulo.core.spi.compaction that implement CompactionDispatcher Modifier and Type Class Description class
SimpleCompactionDispatcher
Dispatcher that supports simple configuration for making tables use compaction services.
-