| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode.startupprogress |
This package provides a mechanism for tracking NameNode startup
progress.
|
| Modifier and Type | Method | Description |
|---|---|---|
StepType |
Step.getType() |
Returns the optional step type, possibly null.
|
static StepType |
StepType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static StepType[] |
StepType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
Step(StepType type) |
Creates a new Step.
|
Step(StepType type,
java.lang.String file) |
Creates a new Step.
|
Step(StepType type,
java.lang.String file,
long size) |
Creates a new Step.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.