| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.namenode.startupprogress |
This package provides a mechanism for tracking NameNode startup
progress.
|
| Modifier and Type | Method | Description |
|---|---|---|
static StartupProgress |
NameNode.getStartupProgress() |
Returns object used for reporting namenode startup progress.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
StartupProgressMetrics.register(StartupProgress prog) |
Registers StartupProgressMetrics linked to the given StartupProgress.
|
| Constructor | Description |
|---|---|
StartupProgressMetrics(StartupProgress startupProgress) |
Creates a new StartupProgressMetrics registered with the metrics system.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.