Enum Class HdfsProtos.ChecksumTypeProto
java.lang.Object
java.lang.Enum<HdfsProtos.ChecksumTypeProto>
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ChecksumTypeProto
- All Implemented Interfaces:
Serializable,Comparable<HdfsProtos.ChecksumTypeProto>,Constable,org.apache.hadoop.thirdparty.protobuf.Internal.EnumLite,org.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum
- Enclosing class:
- org.apache.hadoop.hdfs.protocol.proto.HdfsProtos
public static enum HdfsProtos.ChecksumTypeProto
extends Enum<HdfsProtos.ChecksumTypeProto>
implements org.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum
Checksum algorithms/types used in HDFS Make sure this enum's integer values match enum values' id properties defined in org.apache.hadoop.util.DataChecksum.TypeProtobuf enum
hadoop.hdfs.ChecksumTypeProto-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCHECKSUM_CRC32 = 1;CHECKSUM_CRC32C = 2;CHECKSUM_NULL = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCHECKSUM_CRC32 = 1;static final intCHECKSUM_CRC32C = 2;static final intCHECKSUM_NULL = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic HdfsProtos.ChecksumTypeProtoforNumber(int value) static final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptorfinal org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptorfinal intfinal org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptorstatic org.apache.hadoop.thirdparty.protobuf.Internal.EnumLiteMap<HdfsProtos.ChecksumTypeProto>static HdfsProtos.ChecksumTypeProtovalueOf(int value) Deprecated.static HdfsProtos.ChecksumTypeProtoReturns the enum constant of this class with the specified name.static HdfsProtos.ChecksumTypeProtovalueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static HdfsProtos.ChecksumTypeProto[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHECKSUM_NULL
CHECKSUM_NULL = 0; -
CHECKSUM_CRC32
CHECKSUM_CRC32 = 1; -
CHECKSUM_CRC32C
CHECKSUM_CRC32C = 2;
-
-
Field Details
-
CHECKSUM_NULL_VALUE
public static final int CHECKSUM_NULL_VALUECHECKSUM_NULL = 0;- See Also:
-
CHECKSUM_CRC32_VALUE
public static final int CHECKSUM_CRC32_VALUECHECKSUM_CRC32 = 1;- See Also:
-
CHECKSUM_CRC32C_VALUE
public static final int CHECKSUM_CRC32C_VALUECHECKSUM_CRC32C = 2;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfaceorg.apache.hadoop.thirdparty.protobuf.Internal.EnumLite- Specified by:
getNumberin interfaceorg.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static org.apache.hadoop.thirdparty.protobuf.Internal.EnumLiteMap<HdfsProtos.ChecksumTypeProto> internalGetValueMap() -
getValueDescriptor
public final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfaceorg.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfaceorg.apache.hadoop.thirdparty.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static HdfsProtos.ChecksumTypeProto valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-