Interface ScanExecutor
-
public interface ScanExecutorInterface for obtaining information about a scan executor- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceScanExecutor.Config
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanExecutor.ConfiggetConfig()intgetQueued()
-
-
-
Method Detail
-
getQueued
int getQueued()
- Returns:
- The number of task queued for the executor
-
getConfig
ScanExecutor.Config getConfig()
- Returns:
- The configuration used to create the executor
-
-