public static interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DataTransferProtos.BaseHeaderProto |
getHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1; |
DataTransferProtos.BaseHeaderProtoOrBuilder |
getHeaderOrBuilder()
required .hadoop.hdfs.BaseHeaderProto header = 1; |
int |
getMaxVersion()
required uint32 maxVersion = 2; |
boolean |
hasHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1; |
boolean |
hasMaxVersion()
required uint32 maxVersion = 2; |
boolean hasHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;
DataTransferProtos.BaseHeaderProto getHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;
DataTransferProtos.BaseHeaderProtoOrBuilder getHeaderOrBuilder()
required .hadoop.hdfs.BaseHeaderProto header = 1;
boolean hasMaxVersion()
required uint32 maxVersion = 2;
In order to get short-circuit access to block data, clients must set this to the highest version of the block data that they can understand. Currently 1 is the only version, but more versions may exist in the future if the on-disk format changes.
int getMaxVersion()
required uint32 maxVersion = 2;
In order to get short-circuit access to block data, clients must set this to the highest version of the block data that they can understand. Currently 1 is the only version, but more versions may exist in the future if the on-disk format changes.
Copyright © 2013 Apache Software Foundation. All rights reserved.