Interface ScanPrioritizer.CreateParameters

Enclosing interface:
ScanPrioritizer

public static interface ScanPrioritizer.CreateParameters
The method parameters for ScanPrioritizer.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 Details

    • 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()