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 SummaryNested Classes Modifier and Type Interface Description static classStorageChannelSynchronizingTask.AbstractCompletingTask<R>Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelTaskStorageChannelTask.Abstract<R>Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTaskStorageTask.DummyTask
- 
Method SummaryModifier and Type Method Description voidincrementProcessingProgress()booleanisProcessed()voidwaitOnProcessing()Methods inherited from interface one.microstream.storage.types.StorageChannelTaskaddProblem, incrementCompletionProgressMethods inherited from interface one.microstream.storage.types.StorageTaskawaitNext, hasProblems, isComplete, next, problemForChannel, problems, processBy, setNext, timestamp, waitOnCompletion
- 
Method Details- 
isProcessedboolean isProcessed()
- 
incrementProcessingProgressvoid incrementProcessingProgress()
- 
waitOnProcessing- Throws:
- InterruptedException
 
 
-