-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,java.util.Map
public class DiagnosticContext.TimeSeriesPoint extends HashMap<String, Object>
-
-
Constructor Summary
Constructors Constructor Description 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
afterNodeAccess, afterNodeInsertion, afterNodeRemoval, capacity, clear, clone, comparableClassFor, compareComparables, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getNode, getOrDefault, hash, internalWriteEntries, isEmpty, keySet, loadFactor, merge, newNode, newTreeNode, put, putAll, putIfAbsent, putMapEntries, putVal, readObject, reinitialize, remove, remove, removeNode, replace, replace, replaceAll, replacementNode, replacementTreeNode, resize, size, tableSizeFor, treeifyBin, values, writeObject -
Methods inherited from class java.util.AbstractMap
eq, equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-