Interface ScanExecutor.Config

Enclosing interface:
ScanExecutor

public static interface ScanExecutor.Config
  • Method Details

    • getName

      String getName()
      Returns:
      the unique name used to identified executor in config
    • getMaxThreads

      int getMaxThreads()
      Returns:
      the max number of threads that were configured
    • getPrioritizerClass

      Optional<String> getPrioritizerClass()
      Returns:
      the prioritizer that was configured
    • getPrioritizerOptions

      Map<String,String> getPrioritizerOptions()
      Returns:
      the prioritizer options