Interface CompactionDispatcher.InitParameters
-
- Enclosing interface:
- CompactionDispatcher
public static interface CompactionDispatcher.InitParametersThe method parameters forCompactionDispatcher.init(InitParameters). 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 Map<String,String>getOptions()ServiceEnvironmentgetServiceEnv()TableIdgetTableId()
-
-
-
Method Detail
-
getOptions
Map<String,String> getOptions()
- Returns:
- The configured options. For example if the table properties
table.compaction.dispatcher.opts.p1=abcandtable.compaction.dispatcher.opts.p9=123were set, then this map would containp1=abcandp9=123.
-
getTableId
TableId getTableId()
-
getServiceEnv
ServiceEnvironment getServiceEnv()
-
-