Package org.jumpmind.symmetric.statistic
Class AbstractStatsByPeriodMap<T,M extends AbstractNodeHostStats>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Date,
,T> NavigableMap<Date,
,T> SortedMap<Date,
T>
- Direct Known Subclasses:
ChannelStatsByPeriodMap
,HostStatsByPeriodMap
,JobStatsByPeriodMap
,NodeStatsByPeriodMap
public abstract class AbstractStatsByPeriodMap<T,M extends AbstractNodeHostStats>
extends TreeMap<Date,T>
- 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
ConstructorsConstructorDescriptionAbstractStatsByPeriodMap
(Date start, Date end, List<M> list, int periodSizeInMinutes) -
Method Summary
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
-
AbstractStatsByPeriodMap
-
-
Method Details
-
addBlank
-
add
-
round
protected int round(int value)
-