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.BuilderScanDirectives. builder()ScanDirectives.BuilderScanDirectives.Builder. setDataCacheUsage(ScanDirectives.CacheUsage usage)If this is not called, thenScanDirectives.CacheUsage.TABLEshould be used.ScanDirectives.BuilderScanDirectives.Builder. setExecutorName(String name)If this is not called, then "default" should be used.ScanDirectives.BuilderScanDirectives.Builder. setIndexCacheUsage(ScanDirectives.CacheUsage usage)If this is not called, thenScanDirectives.CacheUsage.TABLEshould be used.
-