Uses of Class
org.apache.hadoop.hdfs.server.namenode.startupprogress.StartupProgress
Packages that use StartupProgress
Package
Description
This package provides a mechanism for tracking NameNode startup
progress.
-
Uses of StartupProgress in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return StartupProgressModifier and TypeMethodDescriptionstatic StartupProgressNameNode.getStartupProgress()Returns object used for reporting namenode startup progress. -
Uses of StartupProgress in org.apache.hadoop.hdfs.server.namenode.startupprogress
Methods in org.apache.hadoop.hdfs.server.namenode.startupprogress with parameters of type StartupProgressModifier and TypeMethodDescriptionstatic voidStartupProgressMetrics.register(StartupProgress prog) Registers StartupProgressMetrics linked to the given StartupProgress.Constructors in org.apache.hadoop.hdfs.server.namenode.startupprogress with parameters of type StartupProgressModifierConstructorDescriptionStartupProgressMetrics(StartupProgress startupProgress) Creates a new StartupProgressMetrics registered with the metrics system.