Uses of Interface
org.apache.accumulo.core.spi.scan.ScanDirectives
-
Packages that use ScanDirectives Package Description org.apache.accumulo.core.file.blockfile.impl org.apache.accumulo.core.spi.scan -
-
Uses of ScanDirectives in org.apache.accumulo.core.file.blockfile.impl
Constructors in org.apache.accumulo.core.file.blockfile.impl with parameters of type ScanDirectives Constructor Description ScanCacheProvider(AccumuloConfiguration tableConfig, ScanDirectives directives, BlockCache indexCache, BlockCache dataCache)
-
Uses of ScanDirectives in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ScanDirectives Modifier and Type Method Description ScanDirectives
ScanDirectives.Builder. build()
default ScanDirectives
ScanDispatcher. dispatch(ScanDispatcher.DispatchParameters params)
Accumulo calls this method for each scan batch to determine what executor to use and how to utilize cache for the scan.ScanDirectives
SimpleScanDispatcher. dispatch(ScanDispatcher.DispatchParameters params)
-