Uses of Enum
org.iq80.leveldb.impl.Filename.FileType
Packages that use Filename.FileType
-
Uses of Filename.FileType in org.iq80.leveldb.impl
Fields in org.iq80.leveldb.impl declared as Filename.FileTypeMethods in org.iq80.leveldb.impl that return Filename.FileTypeModifier and TypeMethodDescriptionFilename.FileInfo.getFileType()static Filename.FileTypeReturns the enum constant of this type with the specified name.static Filename.FileType[]Filename.FileType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.iq80.leveldb.impl with parameters of type Filename.FileTypeModifierConstructorDescriptionFileInfo(Filename.FileType fileType) FileInfo(Filename.FileType fileType, long fileNumber)