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, incrementCompletionProgressMethods inherited from interface one.microstream.storage.types.StorageTask
awaitNext, hasProblems, isComplete, next, problemForChannel, problems, processBy, setNext, timestamp, waitOnCompletion
-
Method Details
-
isProcessed
boolean isProcessed() -
incrementProcessingProgress
void incrementProcessingProgress() -
waitOnProcessing
- Throws:
InterruptedException
-