Uses of Class
org.apache.hadoop.hdfs.server.namenode.FSNamesystem
Packages that use FSNamesystem
Package
Description
Use the visitor pattern to visit namespace tree.
-
Uses of FSNamesystem in org.apache.hadoop.hdfs.security.token.delegation
Constructors in org.apache.hadoop.hdfs.security.token.delegation with parameters of type FSNamesystemModifierConstructorDescriptionDelegationTokenSecretManager(long delegationKeyUpdateInterval, long delegationTokenMaxLifetime, long delegationTokenRenewInterval, long delegationTokenRemoverScanInterval, boolean storeTokenTrackingId, FSNamesystem namesystem) Create a secret managerDelegationTokenSecretManager(long delegationKeyUpdateInterval, long delegationTokenMaxLifetime, long delegationTokenRenewInterval, long delegationTokenRemoverScanInterval, FSNamesystem namesystem) -
Uses of FSNamesystem in org.apache.hadoop.hdfs.server.blockmanagement
Constructors in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type FSNamesystemModifierConstructorDescriptionCacheReplicationMonitor(FSNamesystem namesystem, CacheManager cacheManager, long intervalMs, ReentrantLock lock) -
Uses of FSNamesystem in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode declared as FSNamesystemModifier and TypeFieldDescriptionprotected FSNamesystemNameNode.namesystemprotected final FSNamesystemNameNodeRpcServer.namesystemMethods in org.apache.hadoop.hdfs.server.namenode that return FSNamesystemModifier and TypeMethodDescriptionSecondaryNameNode.getFSNamesystem()NameNode.getNamesystem()Return theFSNamesystemobject.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSNamesystemModifier and TypeMethodDescriptionlongFSImage.loadEdits(Iterable<EditLogInputStream> editStreams, FSNamesystem target) Load the specified list of edit files into the image.longFSImage.loadEdits(Iterable<EditLogInputStream> editStreams, FSNamesystem target, long maxTxnsToRead, HdfsServerConstants.StartupOption startOpt, MetaRecoveryContext recovery) static org.apache.hadoop.hdfs.server.namenode.FSImageFormat.LoaderDelegatorFSImageFormat.newLoader(org.apache.hadoop.conf.Configuration conf, FSNamesystem fsn) Construct a loader class to load the image.protected voidFSImage.saveFSImageInAllDirs(FSNamesystem source, long txid) voidFSImage.saveLegacyOIVImage(FSNamesystem source, String targetDir, Canceler canceler) Save FSimage in the legacy format.booleanFSImage.saveNamespace(long timeWindow, long txGap, FSNamesystem source) voidFSImage.saveNamespace(FSNamesystem source) voidFSImage.saveNamespace(FSNamesystem source, NNStorage.NameNodeFile nnf, Canceler canceler) Save the contents of the FS image to a new image file in each of the current storage directories.static intFsImageValidation.validate(FSNamesystem namesystem) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type FSNamesystemModifierConstructorDescriptionContentSummaryComputationContext(FSDirectory dir, FSNamesystem fsn, long limitPerRun, long sleepMicroSec) ConstructorContentSummaryComputationContext(FSDirectory dir, FSNamesystem fsn, long limitPerRun, long sleepMicroSec, FSPermissionChecker pc) FSEditLogLoader(FSNamesystem fsNamesys, long lastAppliedTxId) -
Uses of FSNamesystem in org.apache.hadoop.hdfs.server.namenode.ha
Constructors in org.apache.hadoop.hdfs.server.namenode.ha with parameters of type FSNamesystemModifierConstructorDescriptionEditLogTailer(FSNamesystem namesystem, org.apache.hadoop.conf.Configuration conf) StandbyCheckpointer(org.apache.hadoop.conf.Configuration conf, FSNamesystem ns) -
Uses of FSNamesystem in org.apache.hadoop.hdfs.server.namenode.snapshot
Constructors in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type FSNamesystemModifierConstructorDescriptionLoader(FSNamesystem fsn, FSImageFormatProtobuf.Loader parent) Saver(FSImageFormatProtobuf.Saver parent, FsImageProto.FileSummary.Builder headers, SaveNamespaceContext context, FSNamesystem fsn) SnapshotDeletionGc(FSNamesystem namesystem, org.apache.hadoop.conf.Configuration conf) -
Uses of FSNamesystem in org.apache.hadoop.hdfs.server.namenode.visitor
Methods in org.apache.hadoop.hdfs.server.namenode.visitor with parameters of type FSNamesystemModifier and TypeMethodDescriptionstatic StringNamespacePrintVisitor.print2Sting(FSNamesystem ns)