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.CacheUsage
ScanDirectives. getDataCacheUsage()
ScanDirectives.CacheUsage
ScanDirectives. getIndexCacheUsage()
static ScanDirectives.CacheUsage
ScanDirectives.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.Builder
ScanDirectives.Builder. setDataCacheUsage(ScanDirectives.CacheUsage usage)
If this is not called, thenTABLE
should be used.ScanDirectives.Builder
ScanDirectives.Builder. setIndexCacheUsage(ScanDirectives.CacheUsage usage)
If this is not called, thenTABLE
should be used.
-