Class AtomicLongContainer
java.lang.Object
java.util.AbstractMap<Metric,AtomicLong>
java.util.concurrent.ConcurrentHashMap<Metric,AtomicLong>
org.apache.dubbo.metrics.model.container.LongContainer<AtomicLong>
org.apache.dubbo.metrics.model.container.AtomicLongContainer
- All Implemented Interfaces:
Serializable,ConcurrentMap<Metric,,AtomicLong> Map<Metric,AtomicLong>
- 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
ConstructorsConstructorDescriptionAtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper) AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper, BiConsumer<Long, AtomicLong> consumerFunc) -
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
-
AtomicLongContainer
-
AtomicLongContainer
public AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper, BiConsumer<Long, AtomicLong> consumerFunc)
-