Package org.jumpmind.symmetric.statistic
Class ChannelStatsByPeriodMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Date,T>
org.jumpmind.symmetric.statistic.AbstractStatsByPeriodMap<Map<String,ChannelStats>,ChannelStats>
org.jumpmind.symmetric.statistic.ChannelStatsByPeriodMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Date,
,Map<String, ChannelStats>> NavigableMap<Date,
,Map<String, ChannelStats>> SortedMap<Date,
Map<String, ChannelStats>>
public class ChannelStatsByPeriodMap
extends AbstractStatsByPeriodMap<Map<String,ChannelStats>,ChannelStats>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionChannelStatsByPeriodMap
(Date start, Date end, List<ChannelStats> list, int periodSizeInMinutes) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
add
(Date periodStart, ChannelStats stat) protected void
Methods inherited from class org.jumpmind.symmetric.statistic.AbstractStatsByPeriodMap
round
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
ChannelStatsByPeriodMap
public ChannelStatsByPeriodMap(Date start, Date end, List<ChannelStats> list, int periodSizeInMinutes)
-
-
Method Details
-
add
- Specified by:
add
in classAbstractStatsByPeriodMap<Map<String,
ChannelStats>, ChannelStats>
-
addBlank
- Specified by:
addBlank
in classAbstractStatsByPeriodMap<Map<String,
ChannelStats>, ChannelStats>
-