Uses of Class
org.apache.hadoop.hdfs.server.namenode.startupprogress.Step
Packages that use Step
Package
Description
This package provides a mechanism for tracking NameNode startup
progress.
-
Uses of Step in org.apache.hadoop.hdfs.server.namenode.startupprogress
Methods in org.apache.hadoop.hdfs.server.namenode.startupprogress that return types with arguments of type StepModifier and TypeMethodDescriptionReturns all steps within a phase.Methods in org.apache.hadoop.hdfs.server.namenode.startupprogress with parameters of type StepModifier and TypeMethodDescriptionvoidBegins execution of the specified step within the specified phase.intvoidEnds execution of the specified step within the specified phase.longReturns the counter value for the specified phase and step.StartupProgress.getCounter(Phase phase, Step step) Returns a counter associated with the specified phase and step.longStartupProgressView.getElapsedTime(Phase phase, Step step) Returns elapsed time for the specified phase and step, calculated as (end - begin) if step is complete or (now - begin) if step is running or 0 if the step is still pending.floatStartupProgressView.getPercentComplete(Phase phase, Step step) Returns percent complete for the specified phase and step, calculated as counter value divided by total.longReturns the total for the specified phase and step.voidSets counter to the specified value.voidSets the total associated with the specified phase and step.