| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.lifecycle | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.List<java.io.File> | LifecycleTransaction. getFiles(java.nio.file.Path folder,
        java.util.function.BiFunction<java.io.File,Directories.FileType,java.lang.Boolean> filter,
        Directories.OnTxnErr onTxnErr)Get the files in the folder specified, provided that the filter returns true. | 
Copyright © 2018 The Apache Software Foundation