Uses of Enum Class
org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeDirType
Packages that use NNStorage.NameNodeDirType
-
Uses of NNStorage.NameNodeDirType in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return NNStorage.NameNodeDirTypeModifier and TypeMethodDescriptionstatic NNStorage.NameNodeDirTypeReturns the enum constant of this class with the specified name.static NNStorage.NameNodeDirType[]NNStorage.NameNodeDirType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type NNStorage.NameNodeDirTypeModifier and TypeMethodDescriptionvoidNNStorage.writeTransactionIdFileToStorage(long txid, NNStorage.NameNodeDirType type) Write a small file in all available storage directories that indicates that the namespace has reached some given transaction ID.