Class OutdatedStatisticsItem
java.lang.Object
org.qubership.atp.tdm.model.statistics.StatisticsEnvironment
org.qubership.atp.tdm.model.statistics.StatisticsItem
org.qubership.atp.tdm.model.statistics.OutdatedStatisticsItem
-
Constructor Summary
ConstructorsConstructorDescriptionOutdatedStatisticsItem(String context) Class constructor.OutdatedStatisticsItem(String context, List<Long> created, List<Long> consumed, List<Long> outdated) Class constructor. -
Method Summary
-
Constructor Details
-
OutdatedStatisticsItem
Class constructor.- Parameters:
context- - data table name
-
OutdatedStatisticsItem
public OutdatedStatisticsItem(String context, List<Long> created, List<Long> consumed, List<Long> outdated) Class constructor.- Parameters:
context- - data table namecreated- - number of created dataconsumed- - number of consumed dataoutdated- - number of outdated data
-