Uses of Class
org.apache.hadoop.hdfs.security.token.block.ExportedBlockKeys
Packages that use ExportedBlockKeys
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return ExportedBlockKeysModifier and TypeMethodDescriptionstatic ExportedBlockKeysPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.ExportedBlockKeysProto keys) NamenodeProtocolTranslatorPB.getBlockKeys()Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ExportedBlockKeysModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.ExportedBlockKeysProtoPBHelper.convert(ExportedBlockKeys keys) -
Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.security.token.block
Fields in org.apache.hadoop.hdfs.security.token.block declared as ExportedBlockKeysMethods in org.apache.hadoop.hdfs.security.token.block that return ExportedBlockKeysModifier and TypeMethodDescriptionBlockTokenSecretManager.exportKeys()Export block keys, only to be used in master modeMethods in org.apache.hadoop.hdfs.security.token.block with parameters of type ExportedBlockKeysModifier and TypeMethodDescriptionvoidBlockPoolTokenSecretManager.addKeys(String bpid, ExportedBlockKeys exportedKeys, boolean updateCurrentKey) voidBlockTokenSecretManager.addKeys(ExportedBlockKeys exportedKeys) voidBlockTokenSecretManager.addKeys(ExportedBlockKeys exportedKeys, boolean updateCurrentKey) Set block keys, only to be used in worker mode -
Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.server.blockmanagement
Methods in org.apache.hadoop.hdfs.server.blockmanagement that return ExportedBlockKeys -
Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return ExportedBlockKeys -
Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return ExportedBlockKeysModifier and TypeMethodDescriptionNamenodeProtocol.getBlockKeys()Get the current block keysDatanodeRegistration.getExportedKeys()KeyUpdateCommand.getExportedKeys()Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type ExportedBlockKeysModifier and TypeMethodDescriptionvoidDatanodeRegistration.setExportedKeys(ExportedBlockKeys keys) Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type ExportedBlockKeysModifierConstructorDescriptionDatanodeRegistration(org.apache.hadoop.hdfs.protocol.DatanodeID dn, StorageInfo info, ExportedBlockKeys keys, String softwareVersion)