public static interface DataTransferProtos.ChecksumProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBytesPerChecksum()
required uint32 bytesPerChecksum = 2; |
HdfsProtos.ChecksumTypeProto |
getType()
required .hadoop.hdfs.ChecksumTypeProto type = 1; |
boolean |
hasBytesPerChecksum()
required uint32 bytesPerChecksum = 2; |
boolean |
hasType()
required .hadoop.hdfs.ChecksumTypeProto type = 1; |
boolean hasType()
required .hadoop.hdfs.ChecksumTypeProto type = 1;
HdfsProtos.ChecksumTypeProto getType()
required .hadoop.hdfs.ChecksumTypeProto type = 1;
boolean hasBytesPerChecksum()
required uint32 bytesPerChecksum = 2;
int getBytesPerChecksum()
required uint32 bytesPerChecksum = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.