Uses of Interface
org.apache.accumulo.core.spi.compaction.CompactionDispatch
Packages that use CompactionDispatch
Package
Description
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 CompactionDispatchModifier and TypeMethodDescriptionCompactionDispatch.Builder.build()CompactionDispatcher.dispatch(CompactionDispatcher.DispatchParameters params) Accumulo calls this method for compactions to determine what service to use.SimpleCompactionDispatcher.dispatch(CompactionDispatcher.DispatchParameters params)