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 and Description |
---|---|
static StartupProgress |
NameNode.getStartupProgress()
Returns object used for reporting namenode startup progress.
|
static StartupProgress |
NameNodeHttpServer.getStartupProgressFromContext(javax.servlet.ServletContext context)
Returns StartupProgress associated with ServletContext.
|
Modifier and Type | Method and Description |
---|---|
void |
NameNodeHttpServer.setStartupProgress(StartupProgress prog)
Sets startup progress of namenode for use by servlets.
|
Modifier and Type | Method and Description |
---|---|
static void |
StartupProgressMetrics.register(StartupProgress prog)
Registers StartupProgressMetrics linked to the given StartupProgress.
|
Constructor and Description |
---|
StartupProgressMetrics(StartupProgress startupProgress)
Creates a new StartupProgressMetrics registered with the metrics system.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.