Package one.microstream.storage.types
Interface StorageChannelTaskShutdown
-
- All Superinterfaces:
StorageChannelTask
,StorageTask
- All Known Implementing Classes:
StorageChannelTaskShutdown.Default
public interface StorageChannelTaskShutdown extends StorageChannelTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageChannelTaskShutdown.Default
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelTask
StorageChannelTask.Abstract<R>
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTask
StorageTask.DummyTask
-
-
Method Summary
-
Methods inherited from interface one.microstream.storage.types.StorageChannelTask
addProblem, incrementCompletionProgress
-
Methods inherited from interface one.microstream.storage.types.StorageTask
awaitNext, hasProblems, isComplete, next, problemForChannel, problems, processBy, setNext, timestamp, waitOnCompletion
-
-