Uses of Class
one.microstream.storage.restadapter.ViewerFileStatistics
Package | Description |
---|---|
one.microstream.storage.restadapter |
-
Uses of ViewerFileStatistics in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter that return ViewerFileStatistics Modifier and Type Method Description static ViewerFileStatistics
ViewerFileStatistics. New(StorageRawFileStatistics.FileStatistics src)
Methods in one.microstream.storage.restadapter that return types with arguments of type ViewerFileStatistics Modifier and Type Method Description List<ViewerFileStatistics>
ViewerChannelStatistics. getFiles()
Method parameters in one.microstream.storage.restadapter with type arguments of type ViewerFileStatistics Modifier and Type Method Description void
ViewerChannelStatistics. setFiles(List<ViewerFileStatistics> files)
Constructor parameters in one.microstream.storage.restadapter with type arguments of type ViewerFileStatistics Constructor Description ViewerChannelStatistics(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, List<ViewerFileStatistics> files)