public static interface HdfsProtos.BlockWithLocationsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.BlockProto |
getBlock()
required .hadoop.hdfs.BlockProto block = 1; |
HdfsProtos.BlockProtoOrBuilder |
getBlockOrBuilder()
required .hadoop.hdfs.BlockProto block = 1; |
String |
getStorageIDs(int index)
repeated string storageIDs = 2; |
com.google.protobuf.ByteString |
getStorageIDsBytes(int index)
repeated string storageIDs = 2; |
int |
getStorageIDsCount()
repeated string storageIDs = 2; |
List<String> |
getStorageIDsList()
repeated string storageIDs = 2; |
boolean |
hasBlock()
required .hadoop.hdfs.BlockProto block = 1; |
boolean hasBlock()
required .hadoop.hdfs.BlockProto block = 1;
Block
HdfsProtos.BlockProto getBlock()
required .hadoop.hdfs.BlockProto block = 1;
Block
HdfsProtos.BlockProtoOrBuilder getBlockOrBuilder()
required .hadoop.hdfs.BlockProto block = 1;
Block
List<String> getStorageIDsList()
repeated string storageIDs = 2;
Datanodes with replicas of the block
int getStorageIDsCount()
repeated string storageIDs = 2;
Datanodes with replicas of the block
String getStorageIDs(int index)
repeated string storageIDs = 2;
Datanodes with replicas of the block
com.google.protobuf.ByteString getStorageIDsBytes(int index)
repeated string storageIDs = 2;
Datanodes with replicas of the block
Copyright © 2013 Apache Software Foundation. All rights reserved.