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 ViewerFileStatistics
ViewerFileStatistics. 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 class
StorageRawFileStatistics.FileStatistics.Default
Methods in one.microstream.storage.types that return StorageRawFileStatistics.FileStatistics Modifier and Type Method Description static StorageRawFileStatistics.FileStatistics
StorageRawFileStatistics.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.ChannelStatistics
StorageRawFileStatistics.ChannelStatistics. New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)