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 int
getChannelIndex()
List<ViewerFileStatistics>
getFiles()
static ViewerChannelStatistics
New(StorageRawFileStatistics.ChannelStatistics src)
void
setChannelIndex(int channelIndex)
void
setFiles(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
-