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
-
Constructor Details
-
DummyTask
public DummyTask()
-
-
Method Details
-
isComplete
public final boolean isComplete() -
hasProblems
public final boolean hasProblems() -
problems
-
problemForChannel
-
waitOnCompletion
- Throws:
InterruptedException
-
processBy
- Throws:
InterruptedException
-