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 long
getFileCount()
long
getLiveDataLength()
long
getTotalDataLength()
static ViewerStorageFileStatisticsItem
New(StorageRawFileStatisticsItem src)
void
setFileCount(long fileCount)
void
setLiveDataLength(long liveDataLength)
void
setTotalDataLength(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)
-