Uses of Package
org.apache.accumulo.core.spi.scan
-
Packages that use org.apache.accumulo.core.spi.scan Package Description org.apache.accumulo.core.file.blockfile.impl org.apache.accumulo.core.spi.scan -
Classes in org.apache.accumulo.core.spi.scan used by org.apache.accumulo.core.file.blockfile.impl Class Description ScanDirectives Encapsulates information about how a scan should be executed. -
Classes in org.apache.accumulo.core.spi.scan used by org.apache.accumulo.core.spi.scan Class Description ScanDirectives Encapsulates information about how a scan should be executed.ScanDirectives.Builder ScanDirectives.CacheUsage Communicates how a scan should use cache.ScanDispatcher A per table scan dispatcher that decides which executor should be used to processes a scan.ScanDispatcher.DispatchParameters The method parameters forScanDispatcher.dispatch(DispatchParameters).ScanDispatcher.DispatchParmaters Deprecated.since 2.1.0 replaced byScanDispatcher.DispatchParametersandScanDispatcher.dispatch(DispatchParameters)ScanDispatcher.InitParameters The method parameters forScanDispatcher.init(InitParameters).ScanExecutor Interface for obtaining information about a scan executorScanExecutor.Config ScanInfo Provides information about an active Accumulo scan against a tablet.ScanInfo.Type ScanPrioritizer A factory for creating comparators used for prioritizing scans.ScanPrioritizer.CreateParameters The method parameters forScanPrioritizer.createComparator(CreateParameters).