Interface CompactionDispatcher.DispatchParameters
-
- Enclosing interface:
- CompactionDispatcher
public static interface CompactionDispatcher.DispatchParametersThe method parameters forCompactionDispatcher.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompactionKindgetCompactionKind()CompactionServicesgetCompactionServices()Map<String,String>getExecutionHints()ServiceEnvironmentgetServiceEnv()
-
-
-
Method Detail
-
getCompactionServices
CompactionServices getCompactionServices()
- Returns:
- the currently configured compaction services
-
getServiceEnv
ServiceEnvironment getServiceEnv()
-
getCompactionKind
CompactionKind getCompactionKind()
-
-