Uses of Interface
one.microstream.storage.types.StorageRawFileStatistics
Package | Description |
---|---|
one.microstream.storage.restadapter | |
one.microstream.storage.types |
-
Uses of StorageRawFileStatistics in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter that return StorageRawFileStatistics Modifier and Type Method Description StorageRawFileStatistics
EmbeddedStorageRestAdapter.Default. getFileStatistics()
StorageRawFileStatistics
EmbeddedStorageRestAdapter. getFileStatistics()
Methods in one.microstream.storage.restadapter with parameters of type StorageRawFileStatistics Modifier and Type Method Description static ViewerStorageFileStatistics
ViewerStorageFileStatistics. New(StorageRawFileStatistics src)
-
Uses of StorageRawFileStatistics in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageRawFileStatistics Modifier and Type Class Description static class
StorageRawFileStatistics.Default
Methods in one.microstream.storage.types that return StorageRawFileStatistics Modifier and Type Method Description StorageRawFileStatistics
StorageRequestAcceptor. createStatistics()
StorageRawFileStatistics
StorageRequestAcceptor.Default. createStatistics()
StorageRawFileStatistics
EmbeddedStorageManager.Default. createStorageStatistics()
StorageRawFileStatistics
StorageConnection. createStorageStatistics()
Creates aStorageRawFileStatistics
instance, (obviously) containing raw file statistics about every channel in the storage.StorageRawFileStatistics
StorageConnection.Default. createStorageStatistics()
static StorageRawFileStatistics
StorageRawFileStatistics. New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
StorageRawFileStatistics
StorageRequestTaskCreateStatistics.Default. result()
StorageRawFileStatistics
StorageRequestTaskCreateStatistics. result()