Uses of Class
org.apache.hadoop.hdfs.server.namenode.NNStorage
Packages that use NNStorage
-
Uses of NNStorage in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode declared as NNStorageMethods in org.apache.hadoop.hdfs.server.namenode that return NNStorageMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type NNStorageModifier and TypeMethodDescriptionstatic voidFSImage.checkUpgrade(NNStorage storage) Check if upgrade is in progress.static booleanFSImage.recoverStorageDirs(HdfsServerConstants.StartupOption startOpt, NNStorage storage, Map<Storage.StorageDirectory, Storage.StorageState> dataDirStates) For each storage directory, performs recovery of incomplete transitions (eg. upgrade, rollback, checkpoint) and inserts the directory's storage state into the dataDirStates map.TransferFsImage.uploadImageFromStorage(URL fsName, org.apache.hadoop.conf.Configuration conf, NNStorage storage, NNStorage.NameNodeFile nnf, long txid, Canceler canceler) Requests that the NameNode download an image from this node.Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type NNStorageModifierConstructorDescriptionNNStorageRetentionManager(org.apache.hadoop.conf.Configuration conf, NNStorage storage, org.apache.hadoop.hdfs.server.namenode.LogsPurgeable purgeableLogs) NNStorageRetentionManager(org.apache.hadoop.conf.Configuration conf, NNStorage storage, org.apache.hadoop.hdfs.server.namenode.LogsPurgeable purgeableLogs, org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.StoragePurger purger) -
Uses of NNStorage in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type NNStorage