Uses of Interface
org.apache.cassandra.utils.Throwables.DiscreteAction
-
Packages that use Throwables.DiscreteAction Package Description org.apache.cassandra.utils -
-
Uses of Throwables.DiscreteAction in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type Throwables.DiscreteAction Modifier and Type Method Description static <E extends java.lang.Exception>
voidThrowables. maybeFail(Throwables.DiscreteAction<? extends E>... actions)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, Throwables.DiscreteAction<? extends java.io.IOException>... actions)static java.lang.ThrowableThrowables. perform(java.lang.Throwable accumulate, Throwables.DiscreteAction<?>... actions)static <E extends java.lang.Exception>
voidThrowables. perform(java.util.stream.Stream<? extends Throwables.DiscreteAction<? extends E>> stream, Throwables.DiscreteAction<? extends E>... extra)static voidThrowables. perform(File against, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends java.io.IOException>... actions)static <E extends java.lang.Exception>
voidThrowables. perform(Throwables.DiscreteAction<? extends E>... actions)Method parameters in org.apache.cassandra.utils with type arguments of type Throwables.DiscreteAction Modifier and Type Method Description 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.util.Iterator<? extends Throwables.DiscreteAction<?>> actions)static java.lang.ThrowableThrowables. perform(java.lang.Throwable accumulate, java.util.stream.Stream<? extends Throwables.DiscreteAction<?>> actions)static <E extends java.lang.Exception>
voidThrowables. perform(java.util.stream.Stream<? extends Throwables.DiscreteAction<? extends E>> stream, Throwables.DiscreteAction<? extends E>... extra)static <E extends java.lang.Exception>
voidThrowables. perform(java.util.stream.Stream<Throwables.DiscreteAction<? extends E>> actions)
-