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.BlockKeyProto> |
HdfsProtos.BlockKeyProto.PARSER |
Modifier and Type | Method and Description |
---|---|
HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.Builder.build() |
HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.Builder.buildPartial() |
HdfsProtos.BlockKeyProto |
HdfsProtos.ExportedBlockKeysProtoOrBuilder.getAllKeys(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.BlockKeyProto |
HdfsProtos.ExportedBlockKeysProto.getAllKeys(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.BlockKeyProto |
HdfsProtos.ExportedBlockKeysProto.Builder.getAllKeys(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.BlockKeyProto |
HdfsProtos.ExportedBlockKeysProtoOrBuilder.getCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
HdfsProtos.BlockKeyProto |
HdfsProtos.ExportedBlockKeysProto.getCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
HdfsProtos.BlockKeyProto |
HdfsProtos.ExportedBlockKeysProto.Builder.getCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.getDefaultInstance() |
HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.getDefaultInstanceForType() |
HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.Builder.getDefaultInstanceForType() |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseDelimitedFrom(InputStream input) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(byte[] data) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(com.google.protobuf.ByteString data) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(InputStream input) |
static HdfsProtos.BlockKeyProto |
HdfsProtos.BlockKeyProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<HdfsProtos.BlockKeyProto> |
HdfsProtos.ExportedBlockKeysProtoOrBuilder.getAllKeysList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
List<HdfsProtos.BlockKeyProto> |
HdfsProtos.ExportedBlockKeysProto.getAllKeysList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
List<HdfsProtos.BlockKeyProto> |
HdfsProtos.ExportedBlockKeysProto.Builder.getAllKeysList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
com.google.protobuf.Parser<HdfsProtos.BlockKeyProto> |
HdfsProtos.BlockKeyProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
HdfsProtos.ExportedBlockKeysProto.Builder |
HdfsProtos.ExportedBlockKeysProto.Builder.addAllKeys(HdfsProtos.BlockKeyProto value)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.ExportedBlockKeysProto.Builder |
HdfsProtos.ExportedBlockKeysProto.Builder.addAllKeys(int index,
HdfsProtos.BlockKeyProto value)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.ExportedBlockKeysProto.Builder |
HdfsProtos.ExportedBlockKeysProto.Builder.mergeCurrentKey(HdfsProtos.BlockKeyProto value)
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
HdfsProtos.BlockKeyProto.Builder |
HdfsProtos.BlockKeyProto.Builder.mergeFrom(HdfsProtos.BlockKeyProto other) |
static HdfsProtos.BlockKeyProto.Builder |
HdfsProtos.BlockKeyProto.newBuilder(HdfsProtos.BlockKeyProto prototype) |
HdfsProtos.ExportedBlockKeysProto.Builder |
HdfsProtos.ExportedBlockKeysProto.Builder.setAllKeys(int index,
HdfsProtos.BlockKeyProto value)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.ExportedBlockKeysProto.Builder |
HdfsProtos.ExportedBlockKeysProto.Builder.setCurrentKey(HdfsProtos.BlockKeyProto value)
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
Modifier and Type | Method and Description |
---|---|
HdfsProtos.ExportedBlockKeysProto.Builder |
HdfsProtos.ExportedBlockKeysProto.Builder.addAllAllKeys(Iterable<? extends HdfsProtos.BlockKeyProto> values)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.BlockKeyProto |
PBHelper.convert(BlockKey key) |
Modifier and Type | Method and Description |
---|---|
static BlockKey |
PBHelper.convert(HdfsProtos.BlockKeyProto k) |
Modifier and Type | Method and Description |
---|---|
static BlockKey[] |
PBHelper.convertBlockKeys(List<HdfsProtos.BlockKeyProto> list) |
Copyright © 2013 Apache Software Foundation. All rights reserved.