Uses of Class
org.apache.hadoop.hdfs.util.Canceler
Packages that use Canceler
-
Uses of Canceler in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type CancelerModifier and TypeMethodDescriptionvoidFSImage.saveLegacyOIVImage(FSNamesystem source, String targetDir, Canceler canceler) Save FSimage in the legacy format.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.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. -
Uses of Canceler in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util with parameters of type Canceler