public static final class DataTransferProtos.OpRequestShortCircuitAccessProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder> implements DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilder
hadoop.hdfs.OpRequestShortCircuitAccessProto
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>
public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>
public DataTransferProtos.OpRequestShortCircuitAccessProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DataTransferProtos.OpRequestShortCircuitAccessProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DataTransferProtos.OpRequestShortCircuitAccessProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DataTransferProtos.OpRequestShortCircuitAccessProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DataTransferProtos.OpRequestShortCircuitAccessProto.Builder>
IOException
public boolean hasHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;
hasHeader
in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilder
public DataTransferProtos.BaseHeaderProto getHeader()
required .hadoop.hdfs.BaseHeaderProto header = 1;
getHeader
in interface DataTransferProtos.OpRequestShortCircuitAccessProtoOrBuilder
public 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.OpRequestShortCircuitAccessProtoOrBuilder
public 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.OpRequestShortCircuitAccessProtoOrBuilder
public 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.OpRequestShortCircuitAccessProtoOrBuilder
public 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.