Package one.microstream.storage.types
Interface StorageRequestTaskCreateStatistics
-
- All Superinterfaces:
StorageRequestTask
,StorageTask
- All Known Implementing Classes:
StorageRequestTaskCreateStatistics.Default
public interface StorageRequestTaskCreateStatistics extends StorageRequestTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageRequestTaskCreateStatistics.Default
static class
StorageRequestTaskCreateStatistics.ExportItem
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTask
StorageTask.Abstract, StorageTask.DummyTask
-
-
Method Summary
Modifier and Type Method Description StorageRawFileStatistics
result()
-
Methods inherited from interface one.microstream.storage.types.StorageTask
awaitNext, hasProblems, isComplete, next, problemForChannel, problems, processBy, setNext, timestamp, waitOnCompletion
-
-
-
-
Method Detail
-
result
StorageRawFileStatistics result()
-
-