Interface ScanDirectives
-
public interface ScanDirectivesEncapsulates information about how a scan should be executed. This is the return type forScanDispatcher.dispatch(DispatchParameters). To create an instance of this usebuilder()- Since:
- 2.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceScanDirectives.Builderstatic classScanDirectives.CacheUsageCommunicates how a scan should use cache.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ScanDirectives.Builderbuilder()ScanDirectives.CacheUsagegetDataCacheUsage()StringgetExecutorName()ScanDirectives.CacheUsagegetIndexCacheUsage()
-
-
-
Method Detail
-
getExecutorName
String getExecutorName()
-
getDataCacheUsage
ScanDirectives.CacheUsage getDataCacheUsage()
-
getIndexCacheUsage
ScanDirectives.CacheUsage getIndexCacheUsage()
-
builder
static ScanDirectives.Builder builder()
- Returns:
- a
ScanDirectivesbuilder
-
-