-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,java.util.Map
public class DiagnosticContext.TimeSeriesPoint extends HashMap<K, V>
-
-
Constructor Summary
Constructors Constructor Description DiagnosticContext.TimeSeriesPoint(Map<String, Object> m)
-
Method Summary
Modifier and Type Method Description DiagnosticContext.TimeSeriesPointaddField(String key, Object value)Adds a field to the time series point. -
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values -
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString -
Methods inherited from class java.util.Map
copyOf, entry, of, ofEntries -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-