public static enum GoogleHadoopFileSystemBase.GcsFileChecksumType extends Enum<GoogleHadoopFileSystemBase.GcsFileChecksumType>
GoogleHadoopFileSystemConfiguration.GCS_FILE_CHECKSUM_TYPE.| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName() |
int |
getByteLength() |
static GoogleHadoopFileSystemBase.GcsFileChecksumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleHadoopFileSystemBase.GcsFileChecksumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleHadoopFileSystemBase.GcsFileChecksumType NONE
public static final GoogleHadoopFileSystemBase.GcsFileChecksumType CRC32C
public static final GoogleHadoopFileSystemBase.GcsFileChecksumType MD5
public static GoogleHadoopFileSystemBase.GcsFileChecksumType[] values()
for (GoogleHadoopFileSystemBase.GcsFileChecksumType c : GoogleHadoopFileSystemBase.GcsFileChecksumType.values()) System.out.println(c);
public static GoogleHadoopFileSystemBase.GcsFileChecksumType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlgorithmName()
public int getByteLength()
Copyright © 2024. All rights reserved.