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.StorageTask
StorageTask.Abstract, StorageTask.DummyTask
-
-
Constructor Summary
Constructors Constructor Description DummyTask()
-
Method Summary
Modifier and Type Method Description boolean
hasProblems()
boolean
isComplete()
Throwable
problemForChannel(StorageChannel channel)
Throwable[]
problems()
void
processBy(StorageChannel storageChannel)
void
waitOnCompletion()
-
Methods inherited from class one.microstream.storage.types.StorageTask.Abstract
awaitNext, next, setNext, timestamp
-
-
-
-
Method Detail
-
isComplete
public final boolean isComplete()
-
hasProblems
public final boolean hasProblems()
-
problems
public final Throwable[] problems()
-
problemForChannel
public final Throwable problemForChannel(StorageChannel channel)
-
waitOnCompletion
public final void waitOnCompletion() throws InterruptedException
- Throws:
InterruptedException
-
processBy
public void processBy(StorageChannel storageChannel) throws InterruptedException
- Throws:
InterruptedException
-
-