| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.security.token.block |
| Modifier and Type | Method | Description |
|---|---|---|
static BlockKey |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.BlockKeyProto k) |
|
static BlockKey[] |
PBHelper.convertBlockKeys(java.util.List<org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.BlockKeyProto> list) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.BlockKeyProto |
PBHelper.convert(BlockKey key) |
| Modifier and Type | Method | Description |
|---|---|---|
BlockKey[] |
ExportedBlockKeys.getAllKeys() |
|
BlockKey |
BlockTokenSecretManager.getCurrentKey() |
|
BlockKey |
ExportedBlockKeys.getCurrentKey() |
| Constructor | Description |
|---|---|
ExportedBlockKeys(boolean isBlockTokenEnabled,
long keyUpdateInterval,
long tokenLifetime,
BlockKey currentKey,
BlockKey[] allKeys) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.