HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.addAllBlocks(Iterable<? extends HdfsProtos.BlockWithLocationsProto> values)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.addBlocks(HdfsProtos.BlockWithLocationsProto.Builder builderForValue)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.addBlocks(HdfsProtos.BlockWithLocationsProto value)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.addBlocks(int index,
HdfsProtos.BlockWithLocationsProto.Builder builderForValue)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.addBlocks(int index,
HdfsProtos.BlockWithLocationsProto value)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.clear() |
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.clearBlocks()
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.clone() |
HdfsProtos.BlocksWithLocationsProto.Builder |
NamenodeProtocolProtos.GetBlocksResponseProto.Builder.getBlocksBuilder()
required .hadoop.hdfs.BlocksWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.mergeFrom(HdfsProtos.BlocksWithLocationsProto other) |
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.newBuilder() |
static HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.newBuilder(HdfsProtos.BlocksWithLocationsProto prototype) |
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.newBuilderForType() |
protected HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.removeBlocks(int index)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.setBlocks(int index,
HdfsProtos.BlockWithLocationsProto.Builder builderForValue)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.setBlocks(int index,
HdfsProtos.BlockWithLocationsProto value)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1;
|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.toBuilder() |