Uses of Interface
org.apache.accumulo.core.spi.scan.ScanDispatch.Builder
Packages that use ScanDispatch.Builder
-
Uses of ScanDispatch.Builder in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ScanDispatch.BuilderModifier and TypeMethodDescriptionstatic ScanDispatch.BuilderScanDispatch.builder()ScanDispatch.Builder.setDataCacheUsage(ScanDispatch.CacheUsage usage) If this is not called, thenScanDispatch.CacheUsage.TABLEshould be used.ScanDispatch.Builder.setExecutorName(String name) If this is not called, then "default" should be used.ScanDispatch.Builder.setIndexCacheUsage(ScanDispatch.CacheUsage usage) If this is not called, thenScanDispatch.CacheUsage.TABLEshould be used.