Package | Description |
---|---|
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.security.token.block |
Modifier and Type | Method and Description |
---|---|
static BlockKey |
PBHelper.convert(HdfsProtos.BlockKeyProto k) |
static BlockKey[] |
PBHelper.convertBlockKeys(List<HdfsProtos.BlockKeyProto> list) |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.BlockKeyProto |
PBHelper.convert(BlockKey key) |
Modifier and Type | Method and Description |
---|---|
BlockKey[] |
ExportedBlockKeys.getAllKeys() |
BlockKey |
ExportedBlockKeys.getCurrentKey() |
Constructor and Description |
---|
ExportedBlockKeys(boolean isBlockTokenEnabled,
long keyUpdateInterval,
long tokenLifetime,
BlockKey currentKey,
BlockKey[] allKeys) |
ExportedBlockKeys(boolean isBlockTokenEnabled,
long keyUpdateInterval,
long tokenLifetime,
BlockKey currentKey,
BlockKey[] allKeys) |
Copyright © 2013 Apache Software Foundation. All rights reserved.