Uses of Class
org.apache.cassandra.db.Directories.FileType
-
Packages that use Directories.FileType Package Description org.apache.cassandra.db org.apache.cassandra.db.lifecycle -
-
Uses of Directories.FileType in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Directories.FileType Modifier and Type Method Description static Directories.FileType
Directories.FileType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Directories.FileType[]
Directories.FileType. values()
Returns an array containing the constants of this enum type, 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.FileType Modifier and Type Method Description static java.util.List<java.io.File>
LifecycleTransaction. getFiles(java.nio.file.Path folder, java.util.function.BiPredicate<java.io.File,Directories.FileType> filter, Directories.OnTxnErr onTxnErr)
Get the files in the folder specified, provided that the filter returns true.
-