Package org.jumpmind.symmetric.statistic
Class JobStatsByPeriodMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Date,T>
org.jumpmind.symmetric.statistic.AbstractStatsByPeriodMap<JobStats,JobStats>
org.jumpmind.symmetric.statistic.JobStatsByPeriodMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Date,
,JobStats> NavigableMap<Date,
,JobStats> SortedMap<Date,
JobStats>
- 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
ConstructorsConstructorDescriptionJobStatsByPeriodMap
(Date start, Date end, List<JobStats> list, int periodSizeInMinutes) -
Method Summary
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
-
JobStatsByPeriodMap
-
-
Method Details
-
add
- Specified by:
add
in classAbstractStatsByPeriodMap<JobStats,
JobStats>
-
addBlank
- Specified by:
addBlank
in classAbstractStatsByPeriodMap<JobStats,
JobStats>
-