Uses of Enum Class
org.apache.cassandra.db.Directories.FileType
Packages that use Directories.FileType
-
Uses of Directories.FileType in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Directories.FileTypeModifier and TypeMethodDescriptionstatic Directories.FileTypeReturns the enum constant of this class with the specified name.static Directories.FileType[]Directories.FileType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Directories.FileType in org.apache.cassandra.db.lifecycle
Method parameters in org.apache.cassandra.db.lifecycle with type arguments of type Directories.FileTypeModifier and TypeMethodDescriptionLifecycleTransaction.getFiles(Path folder, BiPredicate<File, Directories.FileType> filter, Directories.OnTxnErr onTxnErr) Get the files in the folder specified, provided that the filter returns true.