Uses of Class
one.microstream.storage.restadapter.ViewerChannelStatistics
Package | Description |
---|---|
one.microstream.storage.restadapter |
-
Uses of ViewerChannelStatistics in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter that return ViewerChannelStatistics Modifier and Type Method Description static ViewerChannelStatistics
ViewerChannelStatistics. New(StorageRawFileStatistics.ChannelStatistics src)
Methods in one.microstream.storage.restadapter that return types with arguments of type ViewerChannelStatistics Modifier and Type Method Description HashMap<Integer,ViewerChannelStatistics>
ViewerStorageFileStatistics. getChannelStatistics()
Method parameters in one.microstream.storage.restadapter with type arguments of type ViewerChannelStatistics Modifier and Type Method Description void
ViewerStorageFileStatistics. setChannelStatistics(HashMap<Integer,ViewerChannelStatistics> channelStatistics)
Constructor parameters in one.microstream.storage.restadapter with type arguments of type ViewerChannelStatistics Constructor Description ViewerStorageFileStatistics(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, HashMap<Integer,ViewerChannelStatistics> channelStatistics)