Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode.startupprogress |
This package provides a mechanism for tracking
NameNode startup
progress. |
Modifier and Type | Method and Description |
---|---|
StepType |
Step.getType()
Returns the optional step type, possibly null.
|
static StepType |
StepType.valueOf(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 and Description |
---|
Step(StepType type)
Creates a new Step.
|
Step(StepType type,
String file)
Creates a new Step.
|
Step(StepType type,
String file,
long size)
Creates a new Step.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.