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

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

    Methods in org.apache.hadoop.fs.s3a that return Statistic
    Modifier and Type
    Method
    Description
    static Statistic
    Statistic.fromSymbol(String symbol)
    Get a statistic from a symbol.
    static Statistic
    Statistic.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Statistic[]
    Statistic.values()
    Returns an array containing the constants of this enum class, in the order they are declared.