Uses of Interface
org.apache.hadoop.hdfs.server.namenode.startupprogress.StartupProgress.Counter
Packages that use StartupProgress.Counter
Package
Description
This package provides a mechanism for tracking NameNode startup
progress.
-
Uses of StartupProgress.Counter in org.apache.hadoop.hdfs.security.token.delegation
Methods in org.apache.hadoop.hdfs.security.token.delegation with parameters of type StartupProgress.CounterModifier and TypeMethodDescriptionvoidDelegationTokenSecretManager.loadSecretManagerState(DelegationTokenSecretManager.SecretManagerState state, StartupProgress.Counter counter) -
Uses of StartupProgress.Counter in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type StartupProgress.CounterModifier and TypeMethodDescriptionFSImageFormat.Loader.loadINodeWithLocalName(boolean isSnapshotINode, DataInput in, boolean updateINodeMap, StartupProgress.Counter counter) -
Uses of StartupProgress.Counter in org.apache.hadoop.hdfs.server.namenode.startupprogress
Methods in org.apache.hadoop.hdfs.server.namenode.startupprogress that return StartupProgress.CounterModifier and TypeMethodDescriptionStartupProgress.getCounter(Phase phase, Step step) Returns a counter associated with the specified phase and step.