Class LongAccumulatorContainer
java.lang.Object
java.util.AbstractMap<Metric,LongAccumulator>
java.util.concurrent.ConcurrentHashMap<Metric,LongAccumulator>
org.apache.dubbo.metrics.model.container.LongContainer<LongAccumulator>
org.apache.dubbo.metrics.model.container.LongAccumulatorContainer
- All Implemented Interfaces:
Serializable,ConcurrentMap<Metric,,LongAccumulator> Map<Metric,LongAccumulator>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K,V> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionLongAccumulatorContainer(MetricsKeyWrapper metricsKeyWrapper, LongAccumulator accumulator) -
Method Summary
Methods inherited from class org.apache.dubbo.metrics.model.container.LongContainer
equals, getConsumerFunc, getInitFunc, getMetricsKeyWrapper, getValueSupplier, hashCode, isKeyWrapper, setValueSupplier, specifyType, toStringMethods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, values
-
Constructor Details
-
LongAccumulatorContainer
-