public static final class DataTransferProtos.OpRequestShortCircuitAccessProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder> implements DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilder
hadoop.hdfs.OpRequestShortCircuitAccessProtoaddRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>public DataTransferProtos.OpRequestShortCircuitAccessProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DataTransferProtos.OpRequestShortCircuitAccessProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DataTransferProtos.OpRequestShortCircuitAccessProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DataTransferProtos.OpRequestShortCircuitAccessProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder mergeFrom(DataTransferProtos.OpRequestShortCircuitAccessProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>IOExceptionpublic boolean hasHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;hasHeader in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilderpublic DataTransferProtos.BaseHeaderProto getHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;getHeader in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilderpublic DataTransferProtos.OpRequestShortCircuitAccessProto.Builder setHeader(DataTransferProtos.BaseHeaderProto value)
required .hadoop.hdfs.BaseHeaderProto header = 1;public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder setHeader(DataTransferProtos.BaseHeaderProto.Builder builderForValue)
required .hadoop.hdfs.BaseHeaderProto header = 1;public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder mergeHeader(DataTransferProtos.BaseHeaderProto value)
required .hadoop.hdfs.BaseHeaderProto header = 1;public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder clearHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;public DataTransferProtos.BaseHeaderProto.Builder getHeaderBuilder()
required .hadoop.hdfs.BaseHeaderProto header = 1;public DataTransferProtos.BaseHeaderProtoOrBuilder getHeaderOrBuilder()
required .hadoop.hdfs.BaseHeaderProto header = 1;getHeaderOrBuilder in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilderpublic 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.
hasMaxVersion in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilderpublic 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.
getMaxVersion in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilderpublic DataTransferProtos.OpRequestShortCircuitAccessProto.Builder setMaxVersion(int value)
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.
public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder clearMaxVersion()
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.