Interface ScanExecutor
public interface ScanExecutor
Interface for obtaining information about a scan executor
- Since:
- 2.0.0
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getQueued
int getQueued()- Returns:
- The number of task queued for the executor
-
getConfig
ScanExecutor.Config getConfig()- Returns:
- The configuration used to create the executor
-