Uses of Class
org.apache.cassandra.utils.Throwables.FileOpType
-
Packages that use Throwables.FileOpType Package Description org.apache.cassandra.utils -
-
Uses of Throwables.FileOpType in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return Throwables.FileOpType Modifier and Type Method Description static Throwables.FileOpType
Throwables.FileOpType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Throwables.FileOpType[]
Throwables.FileOpType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.utils with parameters of type Throwables.FileOpType Modifier and Type Method Description static void
Throwables. perform(java.io.File against, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)
static void
Throwables. perform(java.lang.String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)
static java.lang.Throwable
Throwables. perform(java.lang.Throwable accumulate, java.lang.String filePath, Throwables.FileOpType opType, java.util.stream.Stream<Throwables.DiscreteAction<? extends java.io.IOException>> actions)
static java.lang.Throwable
Throwables. perform(java.lang.Throwable accumulate, java.lang.String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)
-