Uses of Class
org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
Packages that use MetricsKeyWrapper
Package
Description
-
Uses of MetricsKeyWrapper in org.apache.dubbo.metrics.collector
Methods in org.apache.dubbo.metrics.collector with parameters of type MetricsKeyWrapperModifier and TypeMethodDescriptionvoidCombMetricsCollector.increment(String serviceKey, MetricsKeyWrapper metricsKeyWrapper, int size) voidCombMetricsCollector.increment(MethodMetric methodMetric, MetricsKeyWrapper wrapper, int size) voidMethodMetricsCollector.increment(MethodMetric methodMetric, MetricsKeyWrapper wrapper, int size) voidServiceMetricsCollector.increment(String serviceKey, MetricsKeyWrapper wrapper, int size) voidCombMetricsCollector.init(Invocation invocation, MetricsKeyWrapper wrapper) voidMethodMetricsCollector.init(Invocation invocation, MetricsKeyWrapper wrapper) voidCombMetricsCollector.setNum(MetricsKeyWrapper metricsKey, String serviceKey, int num) voidServiceMetricsCollector.setNum(MetricsKeyWrapper metricsKey, String serviceKey, int num) -
Uses of MetricsKeyWrapper in org.apache.dubbo.metrics.data
Methods in org.apache.dubbo.metrics.data with parameters of type MetricsKeyWrapperModifier and TypeMethodDescriptionvoidServiceStatComposite.incrementExtraServiceKey(MetricsKeyWrapper wrapper, String serviceKey, Map<String, String> extra, int size) voidBaseStatComposite.incrementMethodKey(MetricsKeyWrapper metricsKeyWrapper, MethodMetric methodMetric, int size) voidMethodStatComposite.incrementMethodKey(MetricsKeyWrapper wrapper, MethodMetric methodMetric, int size) voidBaseStatComposite.incrementServiceKey(MetricsKeyWrapper metricsKeyWrapper, String attServiceKey, int size) voidBaseStatComposite.incrementServiceKey(MetricsKeyWrapper metricsKeyWrapper, String attServiceKey, Map<String, String> extra, int size) voidServiceStatComposite.incrementServiceKey(MetricsKeyWrapper wrapper, String serviceKey, int size) voidBaseStatComposite.initMethodKey(MetricsKeyWrapper metricsKeyWrapper, Invocation invocation) voidMethodStatComposite.initMethodKey(MetricsKeyWrapper wrapper, Invocation invocation) voidServiceStatComposite.setExtraServiceKey(MetricsKeyWrapper wrapper, String serviceKey, int num, Map<String, String> extra) voidBaseStatComposite.setServiceKey(MetricsKeyWrapper metricsKey, String serviceKey, int num) voidBaseStatComposite.setServiceKey(MetricsKeyWrapper metricsKey, String serviceKey, int num, Map<String, String> extra) voidServiceStatComposite.setServiceKey(MetricsKeyWrapper wrapper, String serviceKey, int num) Method parameters in org.apache.dubbo.metrics.data with type arguments of type MetricsKeyWrapperModifier and TypeMethodDescriptionvoidMethodStatComposite.initWrapper(List<MetricsKeyWrapper> metricsKeyWrappers) voidServiceStatComposite.initWrapper(List<MetricsKeyWrapper> metricsKeyWrappers) -
Uses of MetricsKeyWrapper in org.apache.dubbo.metrics.model.container
Methods in org.apache.dubbo.metrics.model.container that return MetricsKeyWrapperConstructors in org.apache.dubbo.metrics.model.container with parameters of type MetricsKeyWrapperModifierConstructorDescriptionAtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper) AtomicLongContainer(MetricsKeyWrapper metricsKeyWrapper, BiConsumer<Long, AtomicLong> consumerFunc) LongAccumulatorContainer(MetricsKeyWrapper metricsKeyWrapper, LongAccumulator accumulator) LongContainer(MetricsKeyWrapper metricsKeyWrapper, Supplier<N> initFunc, BiConsumer<Long, N> consumerFunc) -
Uses of MetricsKeyWrapper in org.apache.dubbo.metrics.model.key
Methods in org.apache.dubbo.metrics.model.key that return MetricsKeyWrapperModifier and TypeMethodDescriptionMetricsKeyWrapper.setSampleType(MetricSample.Type sampleType) static MetricsKeyWrapperMetricsKeyWrapper.wrapper(MetricsKey metricsKey) -
Uses of MetricsKeyWrapper in org.apache.dubbo.metrics.model.sample
Constructors in org.apache.dubbo.metrics.model.sample with parameters of type MetricsKeyWrapperModifierConstructorDescriptionCounterMetricSample(MetricsKeyWrapper metricsKeyWrapper, Map<String, String> tags, MetricsCategory category, T value) GaugeMetricSample(MetricsKeyWrapper metricsKeyWrapper, Map<String, String> tags, MetricsCategory category, T value, ToDoubleFunction<T> apply)