Class ViewerStorageFileStatisticsItem
java.lang.Object
one.microstream.storage.restadapter.ViewerStorageFileStatisticsItem
- Direct Known Subclasses:
- ViewerChannelStatistics,- ViewerFileStatistics,- ViewerStorageFileStatistics
public class ViewerStorageFileStatisticsItem extends Object
- 
Constructor SummaryConstructors Constructor Description ViewerStorageFileStatisticsItem()ViewerStorageFileStatisticsItem(long fileCount, long liveDataLength, long totalDataLength)
- 
Method SummaryModifier and Type Method Description longgetFileCount()longgetLiveDataLength()longgetTotalDataLength()static ViewerStorageFileStatisticsItemNew(StorageRawFileStatisticsItem src)voidsetFileCount(long fileCount)voidsetLiveDataLength(long liveDataLength)voidsetTotalDataLength(long totalDataLength)
- 
Constructor Details- 
ViewerStorageFileStatisticsItempublic ViewerStorageFileStatisticsItem()
- 
ViewerStorageFileStatisticsItempublic ViewerStorageFileStatisticsItem(long fileCount, long liveDataLength, long totalDataLength)
 
- 
- 
Method Details- 
New
- 
getFileCountpublic long getFileCount()
- 
setFileCountpublic void setFileCount(long fileCount)
- 
getLiveDataLengthpublic long getLiveDataLength()
- 
setLiveDataLengthpublic void setLiveDataLength(long liveDataLength)
- 
getTotalDataLengthpublic long getTotalDataLength()
- 
setTotalDataLengthpublic void setTotalDataLength(long totalDataLength)
 
-