public static final class ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder> implements ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilder
hadoop.hdfs.GetBlockLocationsRequestProtoaddRepeatedField, 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<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder>public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder>public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.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<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder>public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder>public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder mergeFrom(ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder>public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.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<ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder>IOExceptionpublic boolean hasSrc()
required string src = 1;
file name
hasSrc in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic String getSrc()
required string src = 1;
file name
getSrc in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic com.google.protobuf.ByteString getSrcBytes()
required string src = 1;
file name
getSrcBytes in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder setSrc(String value)
required string src = 1;
file name
public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder clearSrc()
required string src = 1;
file name
public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder setSrcBytes(com.google.protobuf.ByteString value)
required string src = 1;
file name
public boolean hasOffset()
required uint64 offset = 2;
range start offset
hasOffset in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic long getOffset()
required uint64 offset = 2;
range start offset
getOffset in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder setOffset(long value)
required uint64 offset = 2;
range start offset
public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder clearOffset()
required uint64 offset = 2;
range start offset
public boolean hasLength()
required uint64 length = 3;
range length
hasLength in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic long getLength()
required uint64 length = 3;
range length
getLength in interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilderpublic ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder setLength(long value)
required uint64 length = 3;
range length
public ClientNamenodeProtocolProtos.GetBlockLocationsRequestProto.Builder clearLength()
required uint64 length = 3;
range length
Copyright © 2013 Apache Software Foundation. All rights reserved.