Package one.microstream.storage.types
Class StorageChannelTaskInitialize.Default
java.lang.Object
one.microstream.storage.types.StorageTask.Abstract
one.microstream.storage.types.StorageChannelTask.Abstract<R>
one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask<StorageInventory[]>
one.microstream.storage.types.StorageChannelTaskInitialize.Default
- All Implemented Interfaces:
StorageChannelSynchronizingTask
,StorageChannelTask
,StorageChannelTaskInitialize
,StorageTask
- Enclosing interface:
- StorageChannelTaskInitialize
public static final class StorageChannelTaskInitialize.Default extends StorageChannelSynchronizingTask.AbstractCompletingTask<StorageInventory[]> implements StorageChannelTaskInitialize
-
Nested Class Summary
Nested classes/interfaces inherited from class one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask
StorageChannelSynchronizingTask.AbstractCompletingTask.Dummy
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelSynchronizingTask
StorageChannelSynchronizingTask.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.StorageChannelTaskInitialize
StorageChannelTaskInitialize.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTask
StorageTask.Abstract, StorageTask.DummyTask
-
Constructor Summary
Constructors Constructor Description Default(long timestamp, int channelCount, StorageOperationController operationController)
-
Method Summary
Modifier and Type Method Description StorageIdAnalysis
idAnalysis()
Methods inherited from class one.microstream.storage.types.StorageChannelTask.Abstract
addProblem, hasProblems, incrementCompletionProgress, incrementProcessingProgress, isComplete, isProcessed, problemForChannel, problems, processBy, waitOnCompletion, waitOnProcessing
Methods inherited from class one.microstream.storage.types.StorageTask.Abstract
awaitNext, next, setNext, timestamp
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageChannelSynchronizingTask
incrementProcessingProgress, isProcessed, waitOnProcessing
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
-
Constructor Details
-
Method Details
-
idAnalysis
- Specified by:
idAnalysis
in interfaceStorageChannelTaskInitialize
-