Uses of Class
org.apache.accumulo.core.file.blockfile.cache.lru.CachedBlock.BlockPriority
-
Packages that use CachedBlock.BlockPriority Package Description org.apache.accumulo.core.file.blockfile.cache.lru -
-
Uses of CachedBlock.BlockPriority in org.apache.accumulo.core.file.blockfile.cache.lru
Methods in org.apache.accumulo.core.file.blockfile.cache.lru that return CachedBlock.BlockPriority Modifier and Type Method Description CachedBlock.BlockPriorityCachedBlock. getPriority()static CachedBlock.BlockPriorityCachedBlock.BlockPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static CachedBlock.BlockPriority[]CachedBlock.BlockPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.
-