public static interface NamenodeProtocolProtos.GetBlocksResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.BlocksWithLocationsProto |
getBlocks()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1; |
HdfsProtos.BlocksWithLocationsProtoOrBuilder |
getBlocksOrBuilder()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1; |
boolean |
hasBlocks()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1; |
boolean hasBlocks()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1;
List of blocks
HdfsProtos.BlocksWithLocationsProto getBlocks()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1;
List of blocks
HdfsProtos.BlocksWithLocationsProtoOrBuilder getBlocksOrBuilder()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1;
List of blocks
Copyright © 2013 Apache Software Foundation. All rights reserved.