Interface ScanDispatcher
- All Known Implementing Classes:
- SimpleScanDispatcher
public interface ScanDispatcher
A per table scan dispatcher that decides which executor should be used to process a scan. For
 information about configuring, find the documentation for the 
table.scan.dispatcher and
 table.scan.dispatcher.opts. properties.- Since:
- 2.0.0
- See Also:
- 
- org.apache.accumulo.core.spi
 
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe method parameters fordispatch(DispatchParameters).static interfaceThe method parameters forinit(InitParameters).
- 
Method SummaryModifier and TypeMethodDescriptionAccumulo calls this method for each scan batch to determine what executor to use and how to utilize cache for the scan.default voidinit(ScanDispatcher.InitParameters params) This method is called once after a ScanDispatcher is instantiated.
- 
Method Details- 
initThis method is called once after a ScanDispatcher is instantiated.
- 
dispatchAccumulo calls this method for each scan batch to determine what executor to use and how to utilize cache for the scan.- Since:
- 2.1.0
 
 
-