Uses of Enum Class
org.apache.hadoop.fs.impl.prefetch.BufferData.State

Packages that use BufferData.State
Package
Description
block caching for use in object store clients.
  • Uses of BufferData.State in org.apache.hadoop.fs.impl.prefetch

    Methods in org.apache.hadoop.fs.impl.prefetch that return BufferData.State
    Modifier and Type
    Method
    Description
    BufferData.State.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    BufferData.State.values()
    Returns an array containing the constants of this enum class, in the order they are declared.