Uses of Interface
one.microstream.storage.types.StorageRawFileStatistics.FileStatistics
| Package | Description |
|---|---|
| one.microstream.storage.restadapter | |
| one.microstream.storage.types |
-
Uses of StorageRawFileStatistics.FileStatistics in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter with parameters of type StorageRawFileStatistics.FileStatistics Modifier and Type Method Description static ViewerFileStatisticsViewerFileStatistics. New(StorageRawFileStatistics.FileStatistics src) -
Uses of StorageRawFileStatistics.FileStatistics in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageRawFileStatistics.FileStatistics Modifier and Type Class Description static classStorageRawFileStatistics.FileStatistics.DefaultMethods in one.microstream.storage.types that return StorageRawFileStatistics.FileStatistics Modifier and Type Method Description static StorageRawFileStatistics.FileStatisticsStorageRawFileStatistics.FileStatistics. New(long fileNumber, String file, long liveDataLength, long totalDataLength)Methods in one.microstream.storage.types that return types with arguments of type StorageRawFileStatistics.FileStatistics Modifier and Type Method Description XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>StorageRawFileStatistics.ChannelStatistics.Default. files()XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>StorageRawFileStatistics.ChannelStatistics. files()Method parameters in one.microstream.storage.types with type arguments of type StorageRawFileStatistics.FileStatistics Modifier and Type Method Description static StorageRawFileStatistics.ChannelStatisticsStorageRawFileStatistics.ChannelStatistics. New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)