Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol.proto | |
org.apache.hadoop.hdfs.protocolPB |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<HdfsProtos.BlockWithLocationsProto> |
HdfsProtos.BlockWithLocationsProto.PARSER |
Modifier and Type | Method and Description |
---|---|
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.Builder.build() |
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.Builder.buildPartial() |
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlocksWithLocationsProtoOrBuilder.getBlocks(int index)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlocksWithLocationsProto.getBlocks(int index)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlocksWithLocationsProto.Builder.getBlocks(int index)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.getDefaultInstance() |
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.getDefaultInstanceForType() |
HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.Builder.getDefaultInstanceForType() |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseDelimitedFrom(InputStream input) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(byte[] data) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(com.google.protobuf.ByteString data) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(InputStream input) |
static HdfsProtos.BlockWithLocationsProto |
HdfsProtos.BlockWithLocationsProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<HdfsProtos.BlockWithLocationsProto> |
HdfsProtos.BlocksWithLocationsProtoOrBuilder.getBlocksList()
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
List<HdfsProtos.BlockWithLocationsProto> |
HdfsProtos.BlocksWithLocationsProto.getBlocksList()
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
List<HdfsProtos.BlockWithLocationsProto> |
HdfsProtos.BlocksWithLocationsProto.Builder.getBlocksList()
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
com.google.protobuf.Parser<HdfsProtos.BlockWithLocationsProto> |
HdfsProtos.BlockWithLocationsProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
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 value)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
HdfsProtos.BlockWithLocationsProto.Builder |
HdfsProtos.BlockWithLocationsProto.Builder.mergeFrom(HdfsProtos.BlockWithLocationsProto other) |
static HdfsProtos.BlockWithLocationsProto.Builder |
HdfsProtos.BlockWithLocationsProto.newBuilder(HdfsProtos.BlockWithLocationsProto prototype) |
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.setBlocks(int index,
HdfsProtos.BlockWithLocationsProto value)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
Modifier and Type | Method and Description |
---|---|
HdfsProtos.BlocksWithLocationsProto.Builder |
HdfsProtos.BlocksWithLocationsProto.Builder.addAllBlocks(Iterable<? extends HdfsProtos.BlockWithLocationsProto> values)
repeated .hadoop.hdfs.BlockWithLocationsProto blocks = 1; |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.BlockWithLocationsProto |
PBHelper.convert(BlocksWithLocations.BlockWithLocations blk) |
Modifier and Type | Method and Description |
---|---|
static BlocksWithLocations.BlockWithLocations |
PBHelper.convert(HdfsProtos.BlockWithLocationsProto b) |
Copyright © 2013 Apache Software Foundation. All rights reserved.