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.FileOpTypeThrowables.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 voidThrowables. perform(java.lang.String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)static java.lang.ThrowableThrowables. 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.ThrowableThrowables. perform(java.lang.Throwable accumulate, java.lang.String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)static voidThrowables. perform(File against, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)
-