Uses of Class
org.apache.accumulo.core.spi.scan.ScanDirectives.CacheUsage
-
Packages that use ScanDirectives.CacheUsage Package Description org.apache.accumulo.core.spi.scan -
-
Uses of ScanDirectives.CacheUsage in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ScanDirectives.CacheUsage Modifier and Type Method Description ScanDirectives.CacheUsageScanDirectives. getDataCacheUsage()ScanDirectives.CacheUsageScanDirectives. getIndexCacheUsage()static ScanDirectives.CacheUsageScanDirectives.CacheUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanDirectives.CacheUsage[]ScanDirectives.CacheUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.spi.scan with parameters of type ScanDirectives.CacheUsage Modifier and Type Method Description ScanDirectives.BuilderScanDirectives.Builder. setDataCacheUsage(ScanDirectives.CacheUsage usage)If this is not called, thenTABLEshould be used.ScanDirectives.BuilderScanDirectives.Builder. setIndexCacheUsage(ScanDirectives.CacheUsage usage)If this is not called, thenTABLEshould be used.
-