HdfsProtos.ChecksumTypeProto |
HdfsProtos.FsServerDefaultsProtoOrBuilder.getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
|
HdfsProtos.ChecksumTypeProto |
HdfsProtos.FsServerDefaultsProto.getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
|
HdfsProtos.ChecksumTypeProto |
HdfsProtos.FsServerDefaultsProto.Builder.getChecksumType()
optional .hadoop.hdfs.ChecksumTypeProto checksumType = 8 [default = CHECKSUM_CRC32];
|
HdfsProtos.ChecksumTypeProto |
DataTransferProtos.OpBlockChecksumResponseProtoOrBuilder.getCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4;
|
HdfsProtos.ChecksumTypeProto |
DataTransferProtos.OpBlockChecksumResponseProto.getCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4;
|
HdfsProtos.ChecksumTypeProto |
DataTransferProtos.OpBlockChecksumResponseProto.Builder.getCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4;
|
HdfsProtos.ChecksumTypeProto |
DataTransferProtos.ChecksumProtoOrBuilder.getType()
required .hadoop.hdfs.ChecksumTypeProto type = 1;
|
HdfsProtos.ChecksumTypeProto |
DataTransferProtos.ChecksumProto.getType()
required .hadoop.hdfs.ChecksumTypeProto type = 1;
|
HdfsProtos.ChecksumTypeProto |
DataTransferProtos.ChecksumProto.Builder.getType()
required .hadoop.hdfs.ChecksumTypeProto type = 1;
|
static HdfsProtos.ChecksumTypeProto |
HdfsProtos.ChecksumTypeProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HdfsProtos.ChecksumTypeProto |
HdfsProtos.ChecksumTypeProto.valueOf(int value) |
static HdfsProtos.ChecksumTypeProto |
HdfsProtos.ChecksumTypeProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsProtos.ChecksumTypeProto[] |
HdfsProtos.ChecksumTypeProto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|