Interface ScanPrioritizer.CreateParameters
-
- Enclosing interface:
- ScanPrioritizer
public static interface ScanPrioritizer.CreateParametersThe method parameters forScanPrioritizer.createComparator(CreateParameters). This interface exists so the API can evolve and additional parameters can be passed to the method in the future.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getOptions()ServiceEnvironmentgetServiceEnv()
-
-
-
Method Detail
-
getOptions
Map<String,String> getOptions()
- Returns:
- The options configured for the scan prioritizer with properties of the form
tserver.scan.executors.<name>.prioritizer.opts.<key>=<value>. Only the<key>=<value>portions of those properties ends up in the returned map.
-
getServiceEnv
ServiceEnvironment getServiceEnv()
-
-