public static interface ClientDatanodeProtocolProtos.GetHdfsBlockLocationsRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.ExtendedBlockProto |
getBlocks(int index)
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1; |
int |
getBlocksCount()
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1; |
List<HdfsProtos.ExtendedBlockProto> |
getBlocksList()
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1; |
HdfsProtos.ExtendedBlockProtoOrBuilder |
getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1; |
List<? extends HdfsProtos.ExtendedBlockProtoOrBuilder> |
getBlocksOrBuilderList()
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1; |
SecurityProtos.TokenProto |
getTokens(int index)
repeated .hadoop.common.TokenProto tokens = 2; |
int |
getTokensCount()
repeated .hadoop.common.TokenProto tokens = 2; |
List<SecurityProtos.TokenProto> |
getTokensList()
repeated .hadoop.common.TokenProto tokens = 2; |
SecurityProtos.TokenProtoOrBuilder |
getTokensOrBuilder(int index)
repeated .hadoop.common.TokenProto tokens = 2; |
List<? extends SecurityProtos.TokenProtoOrBuilder> |
getTokensOrBuilderList()
repeated .hadoop.common.TokenProto tokens = 2; |
List<HdfsProtos.ExtendedBlockProto> getBlocksList()
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1;
HdfsProtos.ExtendedBlockProto getBlocks(int index)
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1;
int getBlocksCount()
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1;
List<? extends HdfsProtos.ExtendedBlockProtoOrBuilder> getBlocksOrBuilderList()
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1;
HdfsProtos.ExtendedBlockProtoOrBuilder getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.ExtendedBlockProto blocks = 1;
List<SecurityProtos.TokenProto> getTokensList()
repeated .hadoop.common.TokenProto tokens = 2;
SecurityProtos.TokenProto getTokens(int index)
repeated .hadoop.common.TokenProto tokens = 2;
int getTokensCount()
repeated .hadoop.common.TokenProto tokens = 2;
List<? extends SecurityProtos.TokenProtoOrBuilder> getTokensOrBuilderList()
repeated .hadoop.common.TokenProto tokens = 2;
SecurityProtos.TokenProtoOrBuilder getTokensOrBuilder(int index)
repeated .hadoop.common.TokenProto tokens = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.