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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enumCommunicates how a scan should use cache.
- 
Method Summary
- 
Method Details- 
getExecutorNameString getExecutorName()
- 
getDataCacheUsageScanDispatch.CacheUsage getDataCacheUsage()
- 
getIndexCacheUsageScanDispatch.CacheUsage getIndexCacheUsage()
- 
builder- Returns:
- a ScanDispatchbuilder
 
 
-