| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.security.token.block | |
| org.apache.hadoop.hdfs.server.blockmanagement | |
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.protocol |
| Modifier and Type | Method | Description |
|---|---|---|
static ExportedBlockKeys |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.ExportedBlockKeysProto keys) |
|
ExportedBlockKeys |
NamenodeProtocolTranslatorPB.getBlockKeys() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.ExportedBlockKeysProto |
PBHelper.convert(ExportedBlockKeys keys) |
| Modifier and Type | Field | Description |
|---|---|---|
static ExportedBlockKeys |
ExportedBlockKeys.DUMMY_KEYS |
| Modifier and Type | Method | Description |
|---|---|---|
ExportedBlockKeys |
BlockTokenSecretManager.exportKeys() |
Export block keys, only to be used in master mode
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BlockPoolTokenSecretManager.addKeys(java.lang.String bpid,
ExportedBlockKeys exportedKeys) |
|
void |
BlockTokenSecretManager.addKeys(ExportedBlockKeys exportedKeys) |
Set block keys, only to be used in worker mode
|
| Modifier and Type | Method | Description |
|---|---|---|
ExportedBlockKeys |
BlockManager.getBlockKeys() |
| Modifier and Type | Method | Description |
|---|---|---|
ExportedBlockKeys |
NameNodeRpcServer.getBlockKeys() |
| Modifier and Type | Method | Description |
|---|---|---|
ExportedBlockKeys |
NamenodeProtocol.getBlockKeys() |
Get the current block keys
|
ExportedBlockKeys |
DatanodeRegistration.getExportedKeys() |
|
ExportedBlockKeys |
KeyUpdateCommand.getExportedKeys() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DatanodeRegistration.setExportedKeys(ExportedBlockKeys keys) |
| Constructor | Description |
|---|---|
DatanodeRegistration(org.apache.hadoop.hdfs.protocol.DatanodeID dn,
StorageInfo info,
ExportedBlockKeys keys,
java.lang.String softwareVersion) |
|
KeyUpdateCommand(ExportedBlockKeys keys) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.