Package one.microstream.storage.types
Class DisruptionCollectorExecuting.WrapperThrowingProcedure<E>
java.lang.Object
one.microstream.storage.types.DisruptionCollector.Default
one.microstream.storage.types.DisruptionCollectorExecuting.WrapperThrowingProcedure<E>
- All Implemented Interfaces:
- DisruptionCollector,- DisruptionCollectorExecuting<E>
- Enclosing interface:
- DisruptionCollectorExecuting<E>
public static class DisruptionCollectorExecuting.WrapperThrowingProcedure<E> extends DisruptionCollector.Default implements DisruptionCollectorExecuting<E>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.DisruptionCollectorDisruptionCollector.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.DisruptionCollectorExecutingDisruptionCollectorExecuting.WrapperThrowingProcedure<E>
- 
Constructor SummaryConstructors Constructor Description WrapperThrowingProcedure(ThrowingProcedure<? super E,?> logic, Supplier<? extends XCollection<Throwable>> collectionSupplier, XCollection<Throwable> disruptions)
- 
Method SummaryMethods inherited from class one.microstream.storage.types.DisruptionCollector.DefaultcollectDisruption, hasDisruptions, reset, toArray, toMultiCauseException, yieldMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.DisruptionCollectorcollectDisruption, execute, execute, execute, execute, execute, hasDisruptions, reset, toArray, toMultiCauseException, toMultiCauseException, yield, yield
- 
Constructor Details- 
WrapperThrowingProcedurepublic WrapperThrowingProcedure(ThrowingProcedure<? super E,?> logic, Supplier<? extends XCollection<Throwable>> collectionSupplier, XCollection<Throwable> disruptions)
 
- 
- 
Method Details- 
executeOn- Specified by:
- executeOnin interface- DisruptionCollectorExecuting<E>
 
 
-