Class AbstractMetricsContext.TagMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<String,Object>
com.mapr.org.apache.hadoop.metrics.spi.AbstractMetricsContext.TagMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,Object> NavigableMap<String,,Object> SortedMap<String,Object>
- Enclosing class:
- AbstractMetricsContext
- 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> -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this tagmap contains every tag in other.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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Method Details
-
containsAll
Returns true if this tagmap contains every tag in other.
-