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