Interface ScanDispatch
public interface ScanDispatch
Encapsulates information about how a scan should be executed. This is the return type for
ScanDispatcher.dispatch(DispatchParameters)
. To create an instance of this use
builder()
- Since:
- 2.1.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static enum
Communicates how a scan should use cache. -
Method Summary
-
Method Details
-
getExecutorName
String getExecutorName() -
getDataCacheUsage
ScanDispatch.CacheUsage getDataCacheUsage() -
getIndexCacheUsage
ScanDispatch.CacheUsage getIndexCacheUsage() -
builder
- Returns:
- a
ScanDispatch
builder
-