Uses of Interface
one.microstream.util.Executor
Package | Description |
---|---|
one.microstream.util |
-
Uses of Executor in one.microstream.util
Classes in one.microstream.util that implement Executor Modifier and Type Class Description static class
Executor.Default<EX extends Throwable>
Methods in one.microstream.util that return Executor Modifier and Type Method Description static <EX extends Throwable>
Executor<EX>Executor. New(Class<EX> exceptionType, Consumer<? super EX> exceptionFinalizer)
static <EX extends Throwable>
Executor<EX>Executor. New(Class<EX> exceptionType, BufferingCollector<? super EX> collector)
static Executor<Exception>
Executor. New(Consumer<? super Exception> exceptionFinalizer)
static Executor<Exception>
Executor. New(BufferingCollector<? super Exception> collector)
Executor<EX>
Executor. reset()