Class ViewerStorageFileStatistics
java.lang.Object
one.microstream.storage.restadapter.ViewerStorageFileStatisticsItem
one.microstream.storage.restadapter.ViewerStorageFileStatistics
public class ViewerStorageFileStatistics extends ViewerStorageFileStatisticsItem
- 
Constructor SummaryConstructors Constructor Description ViewerStorageFileStatistics()ViewerStorageFileStatistics(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, HashMap<Integer,ViewerChannelStatistics> channelStatistics)
- 
Method SummaryModifier and Type Method Description HashMap<Integer,ViewerChannelStatistics>getChannelStatistics()DategetCreationTime()static ViewerStorageFileStatisticsNew(StorageRawFileStatistics src)voidsetChannelStatistics(HashMap<Integer,ViewerChannelStatistics> channelStatistics)voidsetCreationTime(Date creationTime)Methods inherited from class one.microstream.storage.restadapter.ViewerStorageFileStatisticsItemgetFileCount, getLiveDataLength, getTotalDataLength, New, setFileCount, setLiveDataLength, setTotalDataLength
- 
Constructor Details- 
ViewerStorageFileStatisticspublic ViewerStorageFileStatistics()
- 
ViewerStorageFileStatisticspublic ViewerStorageFileStatistics(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, HashMap<Integer,ViewerChannelStatistics> channelStatistics)
 
- 
- 
Method Details