Package org.jumpmind.symmetric.statistic
Class NodeStatsByPeriodMap
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.NodeStatsByPeriodMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Date,
,Map<String, ChannelStats>> NavigableMap<Date,
,Map<String, ChannelStats>> SortedMap<Date,
Map<String, ChannelStats>>
public class NodeStatsByPeriodMap
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
ConstructorsConstructorDescriptionNodeStatsByPeriodMap
(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
-
NodeStatsByPeriodMap
-
-
Method Details
-
add
- Specified by:
add
in classAbstractStatsByPeriodMap<Map<String,
ChannelStats>, ChannelStats>
-
addBlank
- Specified by:
addBlank
in classAbstractStatsByPeriodMap<Map<String,
ChannelStats>, ChannelStats>
-