Uses of Enum Class
org.apache.hadoop.fs.impl.prefetch.BlockOperations.Kind
Packages that use BlockOperations.Kind
Package
Description
block caching for use in object store clients.
-
Uses of BlockOperations.Kind in org.apache.hadoop.fs.impl.prefetch
Methods in org.apache.hadoop.fs.impl.prefetch that return BlockOperations.KindModifier and TypeMethodDescriptionstatic BlockOperations.KindBlockOperations.Kind.fromShortName(String shortName) static BlockOperations.KindReturns the enum constant of this class with the specified name.static BlockOperations.Kind[]BlockOperations.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.