Modifier and Type | Method and Description |
---|---|
static ExportedBlockKeys |
PBHelper.convert(HdfsProtos.ExportedBlockKeysProto keys) |
ExportedBlockKeys |
NamenodeProtocolTranslatorPB.getBlockKeys() |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.ExportedBlockKeysProto |
PBHelper.convert(ExportedBlockKeys keys) |
Modifier and Type | Field and Description |
---|---|
static ExportedBlockKeys |
ExportedBlockKeys.DUMMY_KEYS |
Modifier and Type | Method and Description |
---|---|
ExportedBlockKeys |
BlockTokenSecretManager.exportKeys()
Export block keys, only to be used in master mode
|
Modifier and Type | Method and Description |
---|---|
void |
BlockTokenSecretManager.addKeys(ExportedBlockKeys exportedKeys)
Set block keys, only to be used in slave mode
|
void |
BlockPoolTokenSecretManager.addKeys(String bpid,
ExportedBlockKeys exportedKeys)
|
Modifier and Type | Method and Description |
---|---|
ExportedBlockKeys |
BlockManager.getBlockKeys() |
Modifier and Type | Method and Description |
---|---|
ExportedBlockKeys |
NamenodeProtocol.getBlockKeys()
Get the current block keys
|
ExportedBlockKeys |
KeyUpdateCommand.getExportedKeys() |
ExportedBlockKeys |
DatanodeRegistration.getExportedKeys() |
Modifier and Type | Method and Description |
---|---|
void |
DatanodeRegistration.setExportedKeys(ExportedBlockKeys keys) |
Constructor and Description |
---|
DatanodeRegistration(DatanodeID dn,
StorageInfo info,
ExportedBlockKeys keys,
String softwareVersion) |
KeyUpdateCommand(ExportedBlockKeys keys) |
Copyright © 2013 Apache Software Foundation. All rights reserved.