Package one.microstream.storage.types
Interface StorageChannelTaskInitialize
-
- All Superinterfaces:
StorageChannelTask
,StorageTask
- All Known Implementing Classes:
StorageChannelTaskInitialize.Default
public interface StorageChannelTaskInitialize extends StorageChannelTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageChannelTaskInitialize.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
Modifier and Type Method Description StorageIdAnalysis
idAnalysis()
-
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
-
-
-
-
Method Detail
-
idAnalysis
StorageIdAnalysis idAnalysis()
-
-