Uses of Enum Class
org.apache.hadoop.fs.tosfs.object.staging.State

Packages that use State
Package
Description
Classes for hadoop-tos object staging part.
  • Uses of State in org.apache.hadoop.fs.tosfs.object.staging

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