public interface StorageTask
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageTask.Abstract |
static class |
StorageTask.DummyTask |
| Modifier and Type | Method and Description |
|---|---|
StorageTask |
awaitNext(long ms) |
boolean |
hasProblems() |
boolean |
isComplete() |
StorageTask |
next() |
Throwable |
problemForChannel(StorageChannel channel) |
Throwable[] |
problems() |
void |
processBy(StorageChannel storageChannel) |
void |
setNext(StorageTask saveChunkEntry) |
long |
timestamp() |
void |
waitOnCompletion() |
void setNext(StorageTask saveChunkEntry)
StorageTask awaitNext(long ms) throws InterruptedException
InterruptedExceptionStorageTask next()
void processBy(StorageChannel storageChannel) throws InterruptedException
InterruptedExceptionboolean isComplete()
void waitOnCompletion()
throws InterruptedException
InterruptedExceptionboolean hasProblems()
Throwable[] problems()
Throwable problemForChannel(StorageChannel channel)
long timestamp()
Copyright © 2022 MicroStream Software. All rights reserved.