public static final class ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder> implements ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
hadoop.hdfs.GetBlockLocalPathInfoRequestProto
Gets the file information where block and its metadata is stored block - block for which path information is being requested token - block token This message is deprecated in favor of file descriptor passing.
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<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder>
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.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<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder>
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.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<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.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<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder>
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder>
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder mergeFrom(ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder>
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.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<ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder>
IOException
public boolean hasBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
hasBlock
in interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
public HdfsProtos.ExtendedBlockProto getBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
getBlock
in interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder setBlock(HdfsProtos.ExtendedBlockProto value)
required .hadoop.hdfs.ExtendedBlockProto block = 1;
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder setBlock(HdfsProtos.ExtendedBlockProto.Builder builderForValue)
required .hadoop.hdfs.ExtendedBlockProto block = 1;
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder mergeBlock(HdfsProtos.ExtendedBlockProto value)
required .hadoop.hdfs.ExtendedBlockProto block = 1;
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder clearBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
public HdfsProtos.ExtendedBlockProto.Builder getBlockBuilder()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
public HdfsProtos.ExtendedBlockProtoOrBuilder getBlockOrBuilder()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
getBlockOrBuilder
in interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
public boolean hasToken()
required .hadoop.common.TokenProto token = 2;
hasToken
in interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
public SecurityProtos.TokenProto getToken()
required .hadoop.common.TokenProto token = 2;
getToken
in interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder setToken(SecurityProtos.TokenProto value)
required .hadoop.common.TokenProto token = 2;
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder setToken(SecurityProtos.TokenProto.Builder builderForValue)
required .hadoop.common.TokenProto token = 2;
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder mergeToken(SecurityProtos.TokenProto value)
required .hadoop.common.TokenProto token = 2;
public ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProto.Builder clearToken()
required .hadoop.common.TokenProto token = 2;
public SecurityProtos.TokenProto.Builder getTokenBuilder()
required .hadoop.common.TokenProto token = 2;
public SecurityProtos.TokenProtoOrBuilder getTokenOrBuilder()
required .hadoop.common.TokenProto token = 2;
getTokenOrBuilder
in interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
Copyright © 2013 Apache Software Foundation. All rights reserved.