Package one.microstream.storage.types
Class StorageTask.DummyTask
- java.lang.Object
- 
- one.microstream.storage.types.StorageTask.Abstract
- 
- one.microstream.storage.types.StorageTask.DummyTask
 
 
- 
- All Implemented Interfaces:
- StorageTask
 - Enclosing interface:
- StorageTask
 
 public static final class StorageTask.DummyTask extends StorageTask.Abstract 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTaskStorageTask.Abstract, StorageTask.DummyTask
 
- 
 - 
Constructor SummaryConstructors Constructor Description DummyTask()
 - 
Method SummaryModifier and Type Method Description booleanhasProblems()booleanisComplete()ThrowableproblemForChannel(StorageChannel channel)Throwable[]problems()voidprocessBy(StorageChannel storageChannel)voidwaitOnCompletion()- 
Methods inherited from class one.microstream.storage.types.StorageTask.AbstractawaitNext, next, setNext, timestamp
 
- 
 
- 
- 
- 
Method Detail- 
isCompletepublic final boolean isComplete() 
 - 
hasProblemspublic final boolean hasProblems() 
 - 
problemspublic final Throwable[] problems() 
 - 
problemForChannelpublic final Throwable problemForChannel(StorageChannel channel) 
 - 
waitOnCompletionpublic final void waitOnCompletion() throws InterruptedException- Throws:
- InterruptedException
 
 - 
processBypublic void processBy(StorageChannel storageChannel) throws InterruptedException - Throws:
- InterruptedException
 
 
- 
 
-