Uses of Interface
org.apache.accumulo.core.spi.compaction.CompactionDispatch
-
Packages that use CompactionDispatch Package Description org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions. -
-
Uses of CompactionDispatch in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return CompactionDispatch Modifier and Type Method Description CompactionDispatch
CompactionDispatch.Builder. build()
CompactionDispatch
CompactionDispatcher. dispatch(CompactionDispatcher.DispatchParameters params)
Accumulo calls this method for compactions to determine what service to use.CompactionDispatch
SimpleCompactionDispatcher. dispatch(CompactionDispatcher.DispatchParameters params)
-