public static interface DataTransferProtos.OpBlockChecksumResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBytesPerCrc()
required uint32 bytesPerCrc = 1; |
long |
getCrcPerBlock()
required uint64 crcPerBlock = 2; |
HdfsProtos.ChecksumTypeProto |
getCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4; |
com.google.protobuf.ByteString |
getMd5()
required bytes md5 = 3; |
boolean |
hasBytesPerCrc()
required uint32 bytesPerCrc = 1; |
boolean |
hasCrcPerBlock()
required uint64 crcPerBlock = 2; |
boolean |
hasCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4; |
boolean |
hasMd5()
required bytes md5 = 3; |
boolean hasBytesPerCrc()
required uint32 bytesPerCrc = 1;int getBytesPerCrc()
required uint32 bytesPerCrc = 1;boolean hasCrcPerBlock()
required uint64 crcPerBlock = 2;long getCrcPerBlock()
required uint64 crcPerBlock = 2;boolean hasMd5()
required bytes md5 = 3;com.google.protobuf.ByteString getMd5()
required bytes md5 = 3;boolean hasCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4;HdfsProtos.ChecksumTypeProto getCrcType()
optional .hadoop.hdfs.ChecksumTypeProto crcType = 4;Copyright © 2013 Apache Software Foundation. All rights reserved.