Uses of Interface
org.apache.cassandra.utils.Throwables.DiscreteAction
Packages that use Throwables.DiscreteAction
-
Uses of Throwables.DiscreteAction in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format with parameters of type Throwables.DiscreteActionModifier and TypeMethodDescriptionIndexDescriptor.createPerIndexFileHandle(IndexComponent indexComponent, IndexIdentifier indexIdentifier, Throwables.DiscreteAction<?> cleanup) IndexDescriptor.createPerSSTableFileHandle(IndexComponent indexComponent, Throwables.DiscreteAction<?> cleanup) -
Uses of Throwables.DiscreteAction in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils with parameters of type Throwables.DiscreteActionModifier and TypeMethodDescriptionstatic <E extends Exception>
voidThrowables.maybeFail(Throwables.DiscreteAction<? extends E>... actions) static voidThrowables.perform(String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends IOException>... actions) static ThrowableThrowables.perform(Throwable accumulate, String filePath, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends IOException>... actions) static ThrowableThrowables.perform(Throwable accumulate, Throwables.DiscreteAction<?>... actions) static <E extends Exception>
voidThrowables.perform(Stream<? extends Throwables.DiscreteAction<? extends E>> stream, Throwables.DiscreteAction<? extends E>... extra) static voidThrowables.perform(File against, Throwables.FileOpType opType, Throwables.DiscreteAction<? extends IOException>... actions) static <E extends Exception>
voidThrowables.perform(Throwables.DiscreteAction<? extends E>... actions) Method parameters in org.apache.cassandra.utils with type arguments of type Throwables.DiscreteActionModifier and TypeMethodDescriptionstatic ThrowableThrowables.perform(Throwable accumulate, String filePath, Throwables.FileOpType opType, Stream<Throwables.DiscreteAction<? extends IOException>> actions) static ThrowableThrowables.perform(Throwable accumulate, Iterator<? extends Throwables.DiscreteAction<?>> actions) static ThrowableThrowables.perform(Throwable accumulate, Stream<? extends Throwables.DiscreteAction<?>> actions) static <E extends Exception>
voidThrowables.perform(Stream<? extends Throwables.DiscreteAction<? extends E>> stream, Throwables.DiscreteAction<? extends E>... extra) static <E extends Exception>
voidThrowables.perform(Stream<Throwables.DiscreteAction<? extends E>> actions)