Class ViewerChannelStatistics
java.lang.Object
one.microstream.storage.restadapter.ViewerStorageFileStatisticsItem
one.microstream.storage.restadapter.ViewerChannelStatistics
public class ViewerChannelStatistics extends ViewerStorageFileStatisticsItem
-
Constructor Summary
Constructors Constructor Description ViewerChannelStatistics()ViewerChannelStatistics(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, List<ViewerFileStatistics> files) -
Method Summary
Modifier and Type Method Description intgetChannelIndex()List<ViewerFileStatistics>getFiles()static ViewerChannelStatisticsNew(StorageRawFileStatistics.ChannelStatistics src)voidsetChannelIndex(int channelIndex)voidsetFiles(List<ViewerFileStatistics> files)Methods inherited from class one.microstream.storage.restadapter.ViewerStorageFileStatisticsItem
getFileCount, getLiveDataLength, getTotalDataLength, New, setFileCount, setLiveDataLength, setTotalDataLength
-
Constructor Details
-
ViewerChannelStatistics
public ViewerChannelStatistics() -
ViewerChannelStatistics
public ViewerChannelStatistics(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, List<ViewerFileStatistics> files)
-
-
Method Details
-
New
-
getChannelIndex
public int getChannelIndex() -
setChannelIndex
public void setChannelIndex(int channelIndex) -
getFiles
-
setFiles
-