Package one.microstream.storage.types
Class StorageRequestTaskCreateStatistics.Default
java.lang.Object
one.microstream.storage.types.StorageTask.Abstract
one.microstream.storage.types.StorageChannelTask.Abstract<R>
one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask<StorageRawFileStatistics.ChannelStatistics>
one.microstream.storage.types.StorageRequestTaskCreateStatistics.Default
- All Implemented Interfaces:
StorageChannelSynchronizingTask,StorageChannelTask,StorageRequestTask,StorageRequestTaskCreateStatistics,StorageTask
- Enclosing interface:
- StorageRequestTaskCreateStatistics
public static final class StorageRequestTaskCreateStatistics.Default extends StorageChannelSynchronizingTask.AbstractCompletingTask<StorageRawFileStatistics.ChannelStatistics> implements StorageRequestTaskCreateStatistics
-
Nested Class Summary
Nested classes/interfaces inherited from class one.microstream.storage.types.StorageChannelSynchronizingTask.AbstractCompletingTask
StorageChannelSynchronizingTask.AbstractCompletingTask.DummyNested 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.StorageRequestTaskCreateStatistics
StorageRequestTaskCreateStatistics.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageTask
StorageTask.Abstract, StorageTask.DummyTask -
Constructor Summary
Constructors Constructor Description Default() -
Method Summary
Modifier and Type Method Description StorageRawFileStatisticsresult()Methods inherited from class one.microstream.storage.types.StorageChannelTask.Abstract
addProblem, hasProblems, incrementCompletionProgress, incrementProcessingProgress, isComplete, isProcessed, problemForChannel, problems, processBy, waitOnCompletion, waitOnProcessingMethods inherited from class one.microstream.storage.types.StorageTask.Abstract
awaitNext, next, setNext, timestampMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageChannelSynchronizingTask
incrementProcessingProgress, isProcessed, waitOnProcessingMethods 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
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
result
- Specified by:
resultin interfaceStorageRequestTaskCreateStatistics
-