Uses of Enum Class
org.apache.cassandra.db.Directories.OnTxnErr
Packages that use Directories.OnTxnErr
-
Uses of Directories.OnTxnErr in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Directories.OnTxnErrModifier and TypeMethodDescriptionstatic Directories.OnTxnErrReturns the enum constant of this class with the specified name.static Directories.OnTxnErr[]Directories.OnTxnErr.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.db with parameters of type Directories.OnTxnErrModifier and TypeMethodDescriptionDirectories.sstableLister(Directories.OnTxnErr onTxnErr) 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.OnTxnErrModifier 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.