Uses of Enum
org.apache.accumulo.core.spi.scan.ScanDispatch.CacheUsage
Packages that use ScanDispatch.CacheUsage
-
Uses of ScanDispatch.CacheUsage in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ScanDispatch.CacheUsageModifier and TypeMethodDescriptionScanDispatch.getDataCacheUsage()
ScanDispatch.getIndexCacheUsage()
static ScanDispatch.CacheUsage
Returns the enum constant of this type with the specified name.static ScanDispatch.CacheUsage[]
ScanDispatch.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 ScanDispatch.CacheUsageModifier and TypeMethodDescriptionScanDispatch.Builder.setDataCacheUsage
(ScanDispatch.CacheUsage usage) If this is not called, thenTABLE
should be used.ScanDispatch.Builder.setIndexCacheUsage
(ScanDispatch.CacheUsage usage) If this is not called, thenTABLE
should be used.