Uses of Interface
one.microstream.storage.types.StorageRawFileStatistics.ChannelStatistics
Package | Description |
---|---|
one.microstream.storage.restadapter | |
one.microstream.storage.types |
-
Uses of StorageRawFileStatistics.ChannelStatistics in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter with parameters of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description static ViewerChannelStatistics
ViewerChannelStatistics. New(StorageRawFileStatistics.ChannelStatistics src)
-
Uses of StorageRawFileStatistics.ChannelStatistics in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageRawFileStatistics.ChannelStatistics Modifier and Type Class Description static class
StorageRawFileStatistics.ChannelStatistics.Default
Methods in one.microstream.storage.types that return StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description StorageRawFileStatistics.ChannelStatistics
StorageChannel. createRawFileStatistics()
StorageRawFileStatistics.ChannelStatistics
StorageChannel.Default. createRawFileStatistics()
StorageRawFileStatistics.ChannelStatistics
StorageFileManager. createRawFileStatistics()
StorageRawFileStatistics.ChannelStatistics
StorageFileManager.Default. createRawFileStatistics()
static StorageRawFileStatistics.ChannelStatistics
StorageRawFileStatistics.ChannelStatistics. New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)
Methods in one.microstream.storage.types that return types with arguments of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>
StorageRawFileStatistics. channelStatistics()
XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>
StorageRawFileStatistics.Default. channelStatistics()
Method parameters in one.microstream.storage.types with type arguments of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description static StorageRawFileStatistics
StorageRawFileStatistics. New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)