Uses of Interface
org.apache.cassandra.utils.Throwables.DiscreteAction
-
Packages that use Throwables.DiscreteAction Package Description org.apache.cassandra.index.sai.disk.format org.apache.cassandra.utils -
-
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.DiscreteAction Modifier and Type Method Description FileHandle
IndexDescriptor. createPerIndexFileHandle(IndexComponent indexComponent, IndexIdentifier indexIdentifier, Throwables.DiscreteAction<?> cleanup)
FileHandle
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.DiscreteAction Modifier and Type Method Description static <E extends java.lang.Exception>
voidThrowables. maybeFail(Throwables.DiscreteAction<? extends E>... 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, Throwables.DiscreteAction<? extends java.io.IOException>... actions)
static java.lang.Throwable
Throwables. 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 void
Throwables. 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.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.util.Iterator<? extends Throwables.DiscreteAction<?>> actions)
static java.lang.Throwable
Throwables. 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)
-