Uses of Interface
org.apache.accumulo.core.spi.scan.ScanDirectives.Builder
-
Packages that use ScanDirectives.Builder Package Description org.apache.accumulo.core.spi.scan -
-
Uses of ScanDirectives.Builder in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ScanDirectives.Builder Modifier and Type Method Description static ScanDirectives.Builder
ScanDirectives. builder()
ScanDirectives.Builder
ScanDirectives.Builder. setDataCacheUsage(ScanDirectives.CacheUsage usage)
If this is not called, thenScanDirectives.CacheUsage.TABLE
should be used.ScanDirectives.Builder
ScanDirectives.Builder. setExecutorName(String name)
If this is not called, then "default" should be used.ScanDirectives.Builder
ScanDirectives.Builder. setIndexCacheUsage(ScanDirectives.CacheUsage usage)
If this is not called, thenScanDirectives.CacheUsage.TABLE
should be used.
-