Class ViewerStorageFileStatistics
java.lang.Object
one.microstream.storage.restadapter.ViewerStorageFileStatisticsItem
one.microstream.storage.restadapter.ViewerStorageFileStatistics
public class ViewerStorageFileStatistics extends ViewerStorageFileStatisticsItem
-
Constructor Summary
Constructors Constructor Description ViewerStorageFileStatistics()ViewerStorageFileStatistics(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, HashMap<Integer,ViewerChannelStatistics> channelStatistics) -
Method Summary
Modifier 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.ViewerStorageFileStatisticsItem
getFileCount, getLiveDataLength, getTotalDataLength, New, setFileCount, setLiveDataLength, setTotalDataLength
-
Constructor Details
-
ViewerStorageFileStatistics
public ViewerStorageFileStatistics() -
ViewerStorageFileStatistics
public ViewerStorageFileStatistics(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, HashMap<Integer,ViewerChannelStatistics> channelStatistics)
-
-
Method Details