Uses of Enum Class
org.apache.hadoop.fs.s3a.Tristate

Packages that use Tristate
Package
Description
S3A Filesystem.
  • Uses of Tristate in org.apache.hadoop.fs.s3a

    Methods in org.apache.hadoop.fs.s3a that return Tristate
    Modifier and Type
    Method
    Description
    static Tristate
    Tristate.from(Optional<Boolean> b)
    Build a tristate from a boolean.
    static Tristate
    Tristate.fromBool(boolean v)
     
    static Tristate
    Tristate.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Tristate[]
    Tristate.values()
    Returns an array containing the constants of this enum class, in the order they are declared.