Uses of Interface
org.apache.hadoop.hdfs.server.common.Storage.StorageDirType
Packages that use Storage.StorageDirType
-
Uses of Storage.StorageDirType in org.apache.hadoop.hdfs.server.common
Methods in org.apache.hadoop.hdfs.server.common that return Storage.StorageDirTypeModifier and TypeMethodDescriptionStorage.StorageDirectory.getStorageDirType()Get storage directory typeStorage.StorageDirType.getStorageDirType()Methods in org.apache.hadoop.hdfs.server.common with parameters of type Storage.StorageDirTypeModifier and TypeMethodDescriptionStorage.dirIterable(Storage.StorageDirType dirType) Storage.dirIterator(Storage.StorageDirType dirType) Return iterator based on Storage Directory Type This iterator selects entries in storageDirs of type dirType and returns them via the IteratorStorage.dirIterator(Storage.StorageDirType dirType, boolean includeShared) Storage.getFiles(Storage.StorageDirType dirType, String fileName) booleanStorage.StorageDirType.isOfType(Storage.StorageDirType type) Constructors in org.apache.hadoop.hdfs.server.common with parameters of type Storage.StorageDirTypeModifierConstructorDescriptionStorageDirectory(File dir, Storage.StorageDirType dirType) StorageDirectory(File dir, Storage.StorageDirType dirType, boolean isShared) ConstructorStorageDirectory(File dir, Storage.StorageDirType dirType, boolean isShared, org.apache.hadoop.fs.permission.FsPermission permission) StorageDirectory(String bpid, Storage.StorageDirType dirType, boolean isShared, StorageLocation location) ConstructorStorageDirectory(Storage.StorageDirType dirType, boolean isShared, StorageLocation location) Constructor -
Uses of Storage.StorageDirType in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement Storage.StorageDirTypeModifier and TypeClassDescriptionstatic enumImplementation of StorageDirType specific to namenode storage A Storage directory could be of type IMAGE which stores only fsimage, or of type EDITS which stores edits or of type IMAGE_AND_EDITS which stores both fsimage and edits.Methods in org.apache.hadoop.hdfs.server.namenode that return Storage.StorageDirTypeMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type Storage.StorageDirTypeModifier and TypeMethodDescriptionbooleanNNStorage.NameNodeDirType.isOfType(Storage.StorageDirType type)