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()
Date
getCreationTime()
static ViewerStorageFileStatistics
New(StorageRawFileStatistics src)
void
setChannelStatistics(HashMap<Integer,ViewerChannelStatistics> channelStatistics)
void
setCreationTime(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