Interface CompactionDispatcher.DispatchParameters
- Enclosing interface:
- CompactionDispatcher
public static interface CompactionDispatcher.DispatchParameters
The method parameters for
CompactionDispatcher.dispatch(DispatchParameters)
. This
interface exists so the API can evolve and additional parameters can be passed to the method in
the future.- Since:
- 2.1.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCompactionServices
CompactionServices getCompactionServices()- Returns:
- the currently configured compaction services
-
getServiceEnv
ServiceEnvironment getServiceEnv() -
getCompactionKind
CompactionKind getCompactionKind() -
getExecutionHints
-