Uses of Class
org.apache.hadoop.hdfs.security.token.block.BlockKey
Packages that use BlockKey
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of BlockKey in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return BlockKeyModifier and TypeMethodDescriptionstatic BlockKeyPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.BlockKeyProto k) static BlockKey[]PBHelper.convertBlockKeys(List<org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.BlockKeyProto> list) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type BlockKey -
Uses of BlockKey in org.apache.hadoop.hdfs.security.token.block
Methods in org.apache.hadoop.hdfs.security.token.block that return BlockKeyModifier and TypeMethodDescriptionBlockKey[]ExportedBlockKeys.getAllKeys()BlockTokenSecretManager.getCurrentKey()ExportedBlockKeys.getCurrentKey()Constructors in org.apache.hadoop.hdfs.security.token.block with parameters of type BlockKeyModifierConstructorDescriptionExportedBlockKeys(boolean isBlockTokenEnabled, long keyUpdateInterval, long tokenLifetime, BlockKey currentKey, BlockKey[] allKeys)