Uses of Enum Class
org.apache.cassandra.utils.Throwables.FileOpType
Packages that use Throwables.FileOpType
-
Uses of Throwables.FileOpType in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return Throwables.FileOpTypeModifier and TypeMethodDescriptionstatic Throwables.FileOpTypeReturns the enum constant of this class with the specified name.static Throwables.FileOpType[]Throwables.FileOpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.utils with parameters of type Throwables.FileOpTypeModifier and TypeMethodDescriptionstatic voidThrowables.perform(String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends IOException>... actions) static ThrowableThrowables.perform(Throwable accumulate, String filePath, Throwables.FileOpType opType, Stream<Throwables.DiscreteAction<? extends IOException>> actions) static ThrowableThrowables.perform(Throwable accumulate, String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends IOException>... actions) static voidThrowables.perform(File against, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends IOException>... actions)