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