Uses of Class
org.apache.hadoop.hdfs.security.token.block.ExportedBlockKeys

Packages that use ExportedBlockKeys
org.apache.hadoop.hdfs.security.token.block   
org.apache.hadoop.hdfs.server.namenode   
org.apache.hadoop.hdfs.server.protocol   
 

Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.security.token.block
 

Fields in org.apache.hadoop.hdfs.security.token.block declared as ExportedBlockKeys
static ExportedBlockKeys ExportedBlockKeys.DUMMY_KEYS
           
 

Methods in org.apache.hadoop.hdfs.security.token.block that return ExportedBlockKeys
 ExportedBlockKeys BlockTokenSecretManager.exportKeys()
          Export block keys, only to be used in master mode
 

Methods in org.apache.hadoop.hdfs.security.token.block with parameters of type ExportedBlockKeys
 void BlockTokenSecretManager.setKeys(ExportedBlockKeys exportedKeys)
          Set block keys, only to be used in slave mode
 

Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return ExportedBlockKeys
 ExportedBlockKeys NameNode.getBlockKeys()
          Get the current block keys
 

Uses of ExportedBlockKeys in org.apache.hadoop.hdfs.server.protocol
 

Fields in org.apache.hadoop.hdfs.server.protocol declared as ExportedBlockKeys
 ExportedBlockKeys DatanodeRegistration.exportedKeys
           
 

Methods in org.apache.hadoop.hdfs.server.protocol that return ExportedBlockKeys
 ExportedBlockKeys NamenodeProtocol.getBlockKeys()
          Get the current block keys
 ExportedBlockKeys KeyUpdateCommand.getExportedKeys()
           
 

Constructors in org.apache.hadoop.hdfs.server.protocol with parameters of type ExportedBlockKeys
KeyUpdateCommand(ExportedBlockKeys keys)
           
 



Copyright © 2009 The Apache Software Foundation