Package one.microstream.storage.types
Class DisruptionCollector.Default
java.lang.Object
one.microstream.storage.types.DisruptionCollector.Default
- All Implemented Interfaces:
 DisruptionCollector
- Direct Known Subclasses:
 DisruptionCollectorExecuting.WrapperThrowingProcedure
- Enclosing interface:
 - DisruptionCollector
 
public static class DisruptionCollector.Default extends Object implements DisruptionCollector
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.DisruptionCollector
DisruptionCollector.Default - 
Constructor Summary
Constructors Constructor Description Default() - 
Method Summary
Modifier and Type Method Description DisruptionCollectorcollectDisruption(Throwable disruption)booleanhasDisruptions()DisruptionCollectorreset()Throwable[]toArray()MultiCauseExceptiontoMultiCauseException(int stackTraceCutDepth)<C extends Consumer<? super Throwable>>
Cyield(C target)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.DisruptionCollector
execute, execute, execute, execute, execute, toMultiCauseException, yield 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
collectDisruption
- Specified by:
 collectDisruptionin interfaceDisruptionCollector
 - 
yield
- Specified by:
 yieldin interfaceDisruptionCollector
 - 
hasDisruptions
public final boolean hasDisruptions()- Specified by:
 hasDisruptionsin interfaceDisruptionCollector
 - 
reset
- Specified by:
 resetin interfaceDisruptionCollector
 - 
toArray
- Specified by:
 toArrayin interfaceDisruptionCollector
 - 
toMultiCauseException
- Specified by:
 toMultiCauseExceptionin interfaceDisruptionCollector
 
 -