public class ViewerStorageFileStatistics extends ViewerStorageFileStatisticsItem
| Constructor and Description |
|---|
ViewerStorageFileStatistics() |
ViewerStorageFileStatistics(Date creationTime,
long fileCount,
long liveDataLength,
long totalDataLength,
HashMap<Integer,ViewerChannelStatistics> channelStatistics) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,ViewerChannelStatistics> |
getChannelStatistics() |
Date |
getCreationTime() |
static ViewerStorageFileStatistics |
New(StorageRawFileStatistics src) |
void |
setChannelStatistics(HashMap<Integer,ViewerChannelStatistics> channelStatistics) |
void |
setCreationTime(Date creationTime) |
getFileCount, getLiveDataLength, getTotalDataLength, New, setFileCount, setLiveDataLength, setTotalDataLengthpublic ViewerStorageFileStatistics()
public ViewerStorageFileStatistics(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, HashMap<Integer,ViewerChannelStatistics> channelStatistics)
public static ViewerStorageFileStatistics New(StorageRawFileStatistics src)
public Date getCreationTime()
public void setCreationTime(Date creationTime)
public HashMap<Integer,ViewerChannelStatistics> getChannelStatistics()
public void setChannelStatistics(HashMap<Integer,ViewerChannelStatistics> channelStatistics)
Copyright © 2021 MicroStream Software. All rights reserved.