Uses of Enum Class
org.apache.hadoop.fs.tosfs.object.ChecksumType

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

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