Package one.microstream.storage.types
Interface StorageChannelSynchronizingTask
-
- All Superinterfaces:
StorageChannelTask,StorageTask
- All Known Implementing Classes:
StorageChannelSynchronizingTask.AbstractCompletingTask,StorageChannelSynchronizingTask.AbstractCompletingTask.Dummy,StorageChannelTaskInitialize.Default,StorageChannelTaskShutdown.Default,StorageRequestTaskCacheCheck.Default,StorageRequestTaskCreateStatistics.Default,StorageRequestTaskExportChannels.Default,StorageRequestTaskExportEntitiesByType.Default,StorageRequestTaskFileCheck.Default,StorageRequestTaskGarbageCollection.Default,StorageRequestTaskImportData.Default,StorageRequestTaskStoreEntities.Default
public interface StorageChannelSynchronizingTask extends StorageChannelTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageChannelSynchronizingTask.AbstractCompletingTask<R>-
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 voidincrementProcessingProgress()booleanisProcessed()voidwaitOnProcessing()-
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
-
isProcessed
boolean isProcessed()
-
incrementProcessingProgress
void incrementProcessingProgress()
-
waitOnProcessing
void waitOnProcessing() throws InterruptedException- Throws:
InterruptedException
-
-