| Enum Constant | Description |
|---|---|
AWAITING_REPORTED_BLOCKS |
The namenode has entered safemode and is awaiting block reports from
datanodes.
|
CACHE_ENTRIES |
The namenode is performing an operation related to cache entries.
|
CACHE_POOLS |
The namenode is performing an operation related to cache pools.
|
DELEGATION_KEYS |
The namenode is performing an operation related to delegation keys.
|
DELEGATION_TOKENS |
The namenode is performing an operation related to delegation tokens.
|
ERASURE_CODING_POLICIES |
The namenode is performing an operation related to erasure coding policies.
|
INODES |
The namenode is performing an operation related to inodes.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription() |
Returns step type description.
|
java.lang.String |
getName() |
Returns step type name.
|
static StepType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static StepType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepType AWAITING_REPORTED_BLOCKS
public static final StepType DELEGATION_KEYS
public static final StepType DELEGATION_TOKENS
public static final StepType INODES
public static final StepType CACHE_POOLS
public static final StepType CACHE_ENTRIES
public static final StepType ERASURE_CODING_POLICIES
public static StepType[] values()
for (StepType c : StepType.values()) System.out.println(c);
public static StepType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDescription()
public java.lang.String getName()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.