| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.security.token.block |
| Modifier and Type | Method | Description |
|---|---|---|
static BlockTokenIdentifier.AccessMode |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.AccessModeProto accessModeProto) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.AccessModeProto |
PBHelperClient.convert(BlockTokenIdentifier.AccessMode aMode) |
| Modifier and Type | Method | Description |
|---|---|---|
static BlockTokenIdentifier.AccessMode |
BlockTokenIdentifier.AccessMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BlockTokenIdentifier.AccessMode[] |
BlockTokenIdentifier.AccessMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.EnumSet<BlockTokenIdentifier.AccessMode> |
BlockTokenIdentifier.getAccessModes() |
| Constructor | Description |
|---|---|
BlockTokenIdentifier(java.lang.String userId,
java.lang.String bpid,
long blockId,
java.util.EnumSet<BlockTokenIdentifier.AccessMode> modes,
org.apache.hadoop.fs.StorageType[] storageTypes,
java.lang.String[] storageIds,
boolean useProto) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.