跳过导航链接
A B C D E F G H I L M N O P Q R S T U V 

A

AbstractMetricsReporterFactory - org.apache.dubbo.metrics.report中的类
AbstractMetricsReporterFactory.
AbstractMetricsReporterFactory(ApplicationModel) - 类 的构造器org.apache.dubbo.metrics.report.AbstractMetricsReporterFactory
 
add(double) - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowQuantile
 
addApplication(String) - 接口 中的方法org.apache.dubbo.metrics.collector.stat.MetricsStatHandler
 
addApplicationRT(String, String, Long) - 接口 中的方法org.apache.dubbo.metrics.collector.ApplicationMetricsCollector
 
addListener(MetricsListener<?>) - 接口 中的方法org.apache.dubbo.metrics.event.MetricsEventMulticaster
 
addListener(MetricsListener<?>) - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
ApplicationMetric - org.apache.dubbo.metrics.model中的类
 
ApplicationMetric(String) - 类 的构造器org.apache.dubbo.metrics.model.ApplicationMetric
 
ApplicationMetricsCollector<T,E extends MetricsEvent> - org.apache.dubbo.metrics.collector中的接口
Application-level collector.
ApplicationStatComposite - org.apache.dubbo.metrics.data中的类
 
ApplicationStatComposite() - 类 的构造器org.apache.dubbo.metrics.data.ApplicationStatComposite
 
applicationTags(String) - 类 中的静态方法org.apache.dubbo.metrics.model.MetricsSupport
 
applyAsDouble() - 类 中的方法org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
applyAsLong() - 类 中的方法org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
AtomicLongContainer - org.apache.dubbo.metrics.model.container中的类
 
AtomicLongContainer(MetricsKeyWrapper) - 类 的构造器org.apache.dubbo.metrics.model.container.AtomicLongContainer
 
AtomicLongContainer(MetricsKeyWrapper, BiConsumer<Long, AtomicLong>) - 类 的构造器org.apache.dubbo.metrics.model.container.AtomicLongContainer
 
ATTACHMENT_DIRECTORY_MAP - 接口 中的静态变量org.apache.dubbo.metrics.MetricsConstants
 
ATTACHMENT_KEY_LAST_NUM_MAP - 接口 中的静态变量org.apache.dubbo.metrics.MetricsConstants
 
ATTACHMENT_KEY_SERVICE - 接口 中的静态变量org.apache.dubbo.metrics.MetricsConstants
 
ATTACHMENT_KEY_SIZE - 接口 中的静态变量org.apache.dubbo.metrics.MetricsConstants
 

B

BaseStatComposite - org.apache.dubbo.metrics.data中的类
As a data aggregator, use internal data containers calculates and classifies the registry data collected by MetricsCollector, and provides an MetricsExport interface for exporting standard output formats.
BaseStatComposite() - 类 的构造器org.apache.dubbo.metrics.data.BaseStatComposite
 
bucketLivedSeconds() - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 

C

calc() - 类 中的方法org.apache.dubbo.metrics.model.TimePair
 
calcApplicationRt(String, String, Long) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
calcApplicationRt(String, String, Long) - 类 中的方法org.apache.dubbo.metrics.data.RtStatComposite
 
calcServiceKeyRt(String, String, String, Long) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
calcServiceKeyRt(String, String, String, Long) - 类 中的方法org.apache.dubbo.metrics.data.RtStatComposite
 
collect() - 接口 中的方法org.apache.dubbo.metrics.collector.MetricsCollector
Collect metrics as MetricSample
ConfigCenterMetric - org.apache.dubbo.metrics.model中的类
 
ConfigCenterMetric() - 类 的构造器org.apache.dubbo.metrics.model.ConfigCenterMetric
 
ConfigCenterMetric(String, String, String, String, String) - 类 的构造器org.apache.dubbo.metrics.model.ConfigCenterMetric
 
CounterMetricSample<T extends Number> - org.apache.dubbo.metrics.model.sample中的类
 
CounterMetricSample(String, String, Map<String, String>, MetricsCategory, T) - 类 的构造器org.apache.dubbo.metrics.model.sample.CounterMetricSample
 
CounterMetricSample(String, String, Map<String, String>, MetricsCategory, String, T) - 类 的构造器org.apache.dubbo.metrics.model.sample.CounterMetricSample
 
createMetricsReporter(URL) - 接口 中的方法org.apache.dubbo.metrics.report.MetricsReporterFactory
Create metrics reporter.
currentPane() - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get the pane at the current timestamp.
currentPane(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get the pane at the specified timestamp in milliseconds.
customAfterPost(Object) - 类 中的方法org.apache.dubbo.metrics.event.MetricsEvent
 

D

decrease(String, Invocation) - 接口 中的方法org.apache.dubbo.metrics.collector.stat.MetricsStatHandler
 
decrement() - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 
decrement(Long) - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 
DEFAULT_EXTENSION_NAME - 接口 中的静态变量org.apache.dubbo.metrics.service.MetricsService
Default MetricsService extension name.
DefaultDubboClientObservationConvention - org.apache.dubbo.metrics.observation中的类
Default implementation of the DubboClientObservationConvention.
DefaultDubboClientObservationConvention() - 类 的构造器org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
 
DefaultDubboServerObservationConvention - org.apache.dubbo.metrics.observation中的类
Default implementation of the DubboServerObservationConvention.
DefaultDubboServerObservationConvention() - 类 的构造器org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
 
DubboClientContext - org.apache.dubbo.metrics.observation中的类
Provider context for RPC.
DubboClientContext(Invoker<?>, Invocation) - 类 的构造器org.apache.dubbo.metrics.observation.DubboClientContext
 
DubboClientObservationConvention - org.apache.dubbo.metrics.observation中的接口
ObservationConvention for a DubboClientContext.
DubboObservationDocumentation - org.apache.dubbo.metrics.observation中的枚举
Documentation of Dubbo observations.
DubboServerContext - org.apache.dubbo.metrics.observation中的类
Consumer context for RPC.
DubboServerContext(Invoker<?>, Invocation) - 类 的构造器org.apache.dubbo.metrics.observation.DubboServerContext
 
DubboServerObservationConvention - org.apache.dubbo.metrics.observation中的接口
ObservationConvention for a DubboServerContext.

E

empty() - 类 中的静态方法org.apache.dubbo.metrics.model.TimePair
 
EmptyEvent - org.apache.dubbo.metrics.event中的类
EmptyEvent, do nothing.
end() - 类 中的方法org.apache.dubbo.metrics.model.TimePair
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.ConfigCenterMetric
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.ServiceKeyMetric
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
export(MetricsCategory) - 类 中的方法org.apache.dubbo.metrics.data.ApplicationStatComposite
 
export(MetricsCategory) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
export(MetricsCategory) - 类 中的方法org.apache.dubbo.metrics.data.RtStatComposite
 
export(MetricsCategory) - 类 中的方法org.apache.dubbo.metrics.data.ServiceStatComposite
 
export(MetricsCategory) - 接口 中的方法org.apache.dubbo.metrics.report.MetricsExport
export all.
export() - 接口 中的方法org.apache.dubbo.metrics.service.MetricsServiceExporter
Exports the MetricsService as a Dubbo service

F

formatName(String) - 枚举 中的方法org.apache.dubbo.metrics.model.key.MetricsKey
 

G

GaugeMetricSample<T> - org.apache.dubbo.metrics.model.sample中的类
GaugeMetricSample.
GaugeMetricSample(MetricsKey, Map<String, String>, MetricsCategory, T, ToDoubleFunction<T>) - 类 的构造器org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
GaugeMetricSample(String, String, Map<String, String>, MetricsCategory, T, ToDoubleFunction<T>) - 类 的构造器org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
GaugeMetricSample(String, String, Map<String, String>, MetricsCategory, String, T, ToDoubleFunction<T>) - 类 的构造器org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
get() - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 
get() - 接口 中的方法org.apache.dubbo.metrics.collector.stat.MetricsStatHandler
 
getActiveCount() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getApplicationName() - 类 中的方法org.apache.dubbo.metrics.model.ApplicationMetric
 
getApplicationName() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getApplicationName() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getApplicationName() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
getApplicationNumStats() - 类 中的方法org.apache.dubbo.metrics.data.ApplicationStatComposite
 
getApplicationStatComposite() - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
getApply() - 类 中的方法org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
getBaseUnit() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getCategory() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getCategory() - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
getConsumerFunc() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
getContextualName(DubboClientContext) - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
 
getContextualName(DubboServerContext) - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
 
getCorePoolSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getData() - 类 中的方法org.apache.dubbo.metrics.model.ApplicationMetric
 
getDescription() - 枚举 中的方法org.apache.dubbo.metrics.model.key.MetricsKey
 
getDescription() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getEndInMs() - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Get end timestamp of the pane in milliseconds.
getErrorType() - 类 中的方法org.apache.dubbo.metrics.model.key.TypeWrapper
 
getGroup() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getInitFunc() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
getInstance() - 类 中的静态方法org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
 
getInstance() - 类 中的静态方法org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
 
getInterfaceName() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getIntervalInMs() - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Get the interval of the pane in milliseconds.
getIntervalInMs() - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get total interval of the sliding window in milliseconds.
getInvocation() - 类 中的方法org.apache.dubbo.metrics.observation.DubboClientContext
 
getInvocation() - 类 中的方法org.apache.dubbo.metrics.observation.DubboServerContext
 
getInvoker() - 类 中的方法org.apache.dubbo.metrics.observation.DubboClientContext
 
getInvoker() - 类 中的方法org.apache.dubbo.metrics.observation.DubboServerContext
 
getLargestPoolSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getLevel() - 类 中的方法org.apache.dubbo.metrics.model.key.TypeWrapper
 
getLowCardinalityKeyValues(DubboClientContext) - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
 
getLowCardinalityKeyValues(DubboServerContext) - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
 
getMaximumPoolSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getMethodMetric() - 类 中的方法org.apache.dubbo.metrics.event.MethodEvent
 
getMethodName() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getMetric() - 类 中的方法org.apache.dubbo.metrics.event.RTEvent
 
getMetricsByCategories(List<MetricsCategory>) - 接口 中的方法org.apache.dubbo.metrics.service.MetricsService
Get metrics by prefixes
getMetricsByCategories(String, List<MetricsCategory>) - 接口 中的方法org.apache.dubbo.metrics.service.MetricsService
Get metrics by interface and prefixes
getMetricsByCategories(String, String, Class<?>[], List<MetricsCategory>) - 接口 中的方法org.apache.dubbo.metrics.service.MetricsService
Get metrics by interface、method and prefixes
getMetricsKey() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
getMetricsKeyWrapper() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
getMetricsLevel() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsPlaceType
 
getName() - 枚举 中的方法org.apache.dubbo.metrics.event.MetricsEvent.Type
 
getName() - 枚举 中的方法org.apache.dubbo.metrics.model.key.MetricsKey
 
getName() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getName() - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
 
getName() - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
 
getName() - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
getNameByType(String) - 枚举 中的方法org.apache.dubbo.metrics.event.MetricsEvent.Type
 
getNameByType(String) - 枚举 中的方法org.apache.dubbo.metrics.model.key.MetricsKey
 
getPaneIntervalInMs() - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get pane interval of the sliding window in milliseconds.
getPaneValue(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get statistic value from pane at the specified timestamp.
getPlaceType() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
getPoolSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getQueueSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getResponse() - 接口 中的方法org.apache.dubbo.metrics.report.MetricsReporter
 
getRt() - 类 中的方法org.apache.dubbo.metrics.event.RTEvent
 
getRtStatComposite() - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
getRtStats() - 类 中的方法org.apache.dubbo.metrics.data.RtStatComposite
 
getServiceTags(String) - 类 中的静态方法org.apache.dubbo.metrics.model.ApplicationMetric
 
getSide() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getSource() - 类 中的方法org.apache.dubbo.metrics.event.MetricsEvent
 
getStartInMs() - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Get start timestamp of the pane in milliseconds.
getTags() - 类 中的方法org.apache.dubbo.metrics.model.ApplicationMetric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.ConfigCenterMetric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getTags() - 接口 中的方法org.apache.dubbo.metrics.model.Metric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.ServiceKeyMetric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
getTagsByName(String) - 类 中的静态方法org.apache.dubbo.metrics.model.ApplicationMetric
 
getThreadPoolExecutor() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getThreadPoolName() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getThreadPoolName() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
getTimePair() - 类 中的方法org.apache.dubbo.metrics.event.TimeCounterEvent
 
getType() - 类 中的方法org.apache.dubbo.metrics.event.MethodEvent
 
getType() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
getType() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsPlaceType
 
getType() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getValue() - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Get the pane statistics value.
getValue() - 类 中的方法org.apache.dubbo.metrics.model.sample.CounterMetricSample
 
getValue() - 类 中的方法org.apache.dubbo.metrics.model.sample.GaugeMetricSample
 
getValue() - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
getValueSupplier() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
getVersion() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 

H

hashCode() - 类 中的方法org.apache.dubbo.metrics.model.ConfigCenterMetric
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.model.ServiceKeyMetric
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
hashCode() - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 

I

increase(String, Invocation) - 接口 中的方法org.apache.dubbo.metrics.collector.stat.MetricsStatHandler
 
increment() - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 
increment(Long) - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 
increment(String, T) - 接口 中的方法org.apache.dubbo.metrics.collector.ApplicationMetricsCollector
 
incrementApp(MetricsKey, String, int) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
incrementServiceKey(MetricsKey, String, String, int) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
incrementServiceKey(MetricsKey, String, String, int) - 类 中的方法org.apache.dubbo.metrics.data.ServiceStatComposite
 
incrementSize(MetricsKey, String, int) - 类 中的方法org.apache.dubbo.metrics.data.ApplicationStatComposite
 
init(List<MetricsKey>) - 类 中的方法org.apache.dubbo.metrics.data.ApplicationStatComposite
 
init(MetricsPlaceType...) - 类 中的方法org.apache.dubbo.metrics.data.RtStatComposite
 
init(List<MetricsKey>) - 类 中的方法org.apache.dubbo.metrics.data.ServiceStatComposite
 
init() - 接口 中的方法org.apache.dubbo.metrics.report.MetricsReporter
Initialize metrics reporter.
init() - 接口 中的方法org.apache.dubbo.metrics.service.MetricsServiceExporter
Initialize exporter
instance() - 类 中的静态方法org.apache.dubbo.metrics.event.EmptyEvent
 
isAssignableFrom(Object) - 类 中的方法org.apache.dubbo.metrics.event.MetricsEvent
 
isAssignableFrom(Object) - 类 中的方法org.apache.dubbo.metrics.model.key.TypeWrapper
 
isAvailable() - 类 中的方法org.apache.dubbo.metrics.event.MetricsEvent
 
isCollectEnabled() - 接口 中的方法org.apache.dubbo.metrics.collector.MetricsCollector
 
isKey(MetricsKey, String) - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
isKeyWrapper(MetricsKey, String) - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
isPaneDeprecated(Pane<T>) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Checks if the specified pane is deprecated at the current timestamp.
isPaneDeprecated(long, Pane<T>) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Checks if the specified pane is deprecated at the specified timestamp.
isServiceLevel() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
isSupport(MetricsEvent) - 接口 中的方法org.apache.dubbo.metrics.listener.MetricsListener
 
isTimeInWindow(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Check whether given timestamp is in current pane.

L

list() - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get valid pane list for entire sliding window at the current time.
list(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get valid pane list for entire sliding window at the specified time.
LongAccumulatorContainer - org.apache.dubbo.metrics.model.container中的类
 
LongAccumulatorContainer(MetricsKeyWrapper, LongAccumulator) - 类 的构造器org.apache.dubbo.metrics.model.container.LongAccumulatorContainer
 
LongContainer<N extends Number> - org.apache.dubbo.metrics.model.container中的类
Long type data container
LongContainer(MetricsKeyWrapper, Supplier<N>, BiConsumer<Long, N>) - 类 的构造器org.apache.dubbo.metrics.model.container.LongContainer
 

M

MethodEvent - org.apache.dubbo.metrics.event中的类
 
MethodEvent(ApplicationModel, MethodMetric, String) - 类 的构造器org.apache.dubbo.metrics.event.MethodEvent
 
MethodMetric - org.apache.dubbo.metrics.model中的类
Metric class for method.
MethodMetric() - 类 的构造器org.apache.dubbo.metrics.model.MethodMetric
 
MethodMetric(String, Invocation) - 类 的构造器org.apache.dubbo.metrics.model.MethodMetric
 
Metric - org.apache.dubbo.metrics.model中的接口
 
MetricSample - org.apache.dubbo.metrics.model.sample中的类
MetricSample.
MetricSample(String, String, Map<String, String>, MetricSample.Type, MetricsCategory) - 类 的构造器org.apache.dubbo.metrics.model.sample.MetricSample
 
MetricSample(String, String, Map<String, String>, MetricSample.Type, MetricsCategory, String) - 类 的构造器org.apache.dubbo.metrics.model.sample.MetricSample
 
MetricSample.Type - org.apache.dubbo.metrics.model.sample中的枚举
 
MetricsCategory - org.apache.dubbo.metrics.model中的枚举
Metric category.
MetricsCollector<E extends MetricsEvent> - org.apache.dubbo.metrics.collector中的接口
Metrics Collector.
MetricsConstants - org.apache.dubbo.metrics中的接口
 
MetricsDispatcher - org.apache.dubbo.metrics.event中的类
Global spi event publisher
MetricsDispatcher(ApplicationModel) - 类 的构造器org.apache.dubbo.metrics.event.MetricsDispatcher
 
MetricsEntity - org.apache.dubbo.metrics.service中的类
Metrics response entity.
MetricsEntity() - 类 的构造器org.apache.dubbo.metrics.service.MetricsEntity
 
MetricsEntity(String, Map<String, String>, MetricsCategory, Object) - 类 的构造器org.apache.dubbo.metrics.service.MetricsEntity
 
MetricsEvent - org.apache.dubbo.metrics.event中的类
BaseMetricsEvent.
MetricsEvent(ApplicationModel) - 类 的构造器org.apache.dubbo.metrics.event.MetricsEvent
 
MetricsEvent.Type - org.apache.dubbo.metrics.event中的枚举
 
MetricsEventBus - org.apache.dubbo.metrics.event中的类
Dispatches events to listeners, and provides ways for listeners to register themselves.
MetricsEventBus() - 类 的构造器org.apache.dubbo.metrics.event.MetricsEventBus
 
MetricsEventMulticaster - org.apache.dubbo.metrics.event中的接口
 
MetricsExport - org.apache.dubbo.metrics.report中的接口
Metrics data export.
MetricsKey - org.apache.dubbo.metrics.model.key中的枚举
 
MetricsKeyWrapper - org.apache.dubbo.metrics.model.key中的类
Let MetricsKey output dynamic, custom string content
MetricsKeyWrapper(String, MetricsKey) - 类 的构造器org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
MetricsKeyWrapper(MetricsKey, MetricsPlaceType) - 类 的构造器org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
MetricsLevel - org.apache.dubbo.metrics.model.key中的枚举
 
MetricsLifeListener<E extends MetricsEvent> - org.apache.dubbo.metrics.listener中的接口
Metrics Listener.
MetricsListener<E extends MetricsEvent> - org.apache.dubbo.metrics.listener中的接口
Metrics Listener.
MetricsNeverHappenException - org.apache.dubbo.metrics.exception中的异常错误
 
MetricsNeverHappenException(String) - 异常错误 的构造器org.apache.dubbo.metrics.exception.MetricsNeverHappenException
 
MetricsPlaceType - org.apache.dubbo.metrics.model.key中的类
 
MetricsReporter - org.apache.dubbo.metrics.report中的接口
Metrics Reporter.
MetricsReporterFactory - org.apache.dubbo.metrics.report中的接口
The factory interface to create the instance of MetricsReporter.
MetricsService - org.apache.dubbo.metrics.service中的接口
Metrics Service.
MetricsServiceExporter - org.apache.dubbo.metrics.service中的接口
The exporter of MetricsService
MetricsStatHandler - org.apache.dubbo.metrics.collector.stat中的接口
 
MetricsSupport - org.apache.dubbo.metrics.model中的类
 
MetricsSupport() - 类 的构造器org.apache.dubbo.metrics.model.MetricsSupport
 

N

newEmptyValue(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Create a new statistic value for pane.

O

of(String, MetricsLevel) - 类 中的静态方法org.apache.dubbo.metrics.model.key.MetricsPlaceType
 
onEvent(E) - 接口 中的方法org.apache.dubbo.metrics.listener.MetricsListener
notify event.
onEventError(E) - 接口 中的方法org.apache.dubbo.metrics.listener.MetricsLifeListener
 
onEventFinish(E) - 接口 中的方法org.apache.dubbo.metrics.listener.MetricsLifeListener
 
org.apache.dubbo.metrics - 程序包 org.apache.dubbo.metrics
 
org.apache.dubbo.metrics.aggregate - 程序包 org.apache.dubbo.metrics.aggregate
 
org.apache.dubbo.metrics.collector - 程序包 org.apache.dubbo.metrics.collector
 
org.apache.dubbo.metrics.collector.stat - 程序包 org.apache.dubbo.metrics.collector.stat
 
org.apache.dubbo.metrics.data - 程序包 org.apache.dubbo.metrics.data
 
org.apache.dubbo.metrics.event - 程序包 org.apache.dubbo.metrics.event
 
org.apache.dubbo.metrics.exception - 程序包 org.apache.dubbo.metrics.exception
 
org.apache.dubbo.metrics.listener - 程序包 org.apache.dubbo.metrics.listener
 
org.apache.dubbo.metrics.model - 程序包 org.apache.dubbo.metrics.model
 
org.apache.dubbo.metrics.model.container - 程序包 org.apache.dubbo.metrics.model.container
 
org.apache.dubbo.metrics.model.key - 程序包 org.apache.dubbo.metrics.model.key
 
org.apache.dubbo.metrics.model.sample - 程序包 org.apache.dubbo.metrics.model.sample
 
org.apache.dubbo.metrics.observation - 程序包 org.apache.dubbo.metrics.observation
 
org.apache.dubbo.metrics.report - 程序包 org.apache.dubbo.metrics.report
 
org.apache.dubbo.metrics.service - 程序包 org.apache.dubbo.metrics.service
 

P

Pane<T> - org.apache.dubbo.metrics.aggregate中的类
The pane represents a window over a period of time.
Pane(long, long, T) - 类 的构造器org.apache.dubbo.metrics.aggregate.Pane
 
post(MetricsEvent, Supplier<T>) - 类 中的静态方法org.apache.dubbo.metrics.event.MetricsEventBus
Posts an event to all registered subscribers.
post(MetricsEvent, Supplier<T>, Function<T, Boolean>) - 类 中的静态方法org.apache.dubbo.metrics.event.MetricsEventBus
Full lifecycle post, success and failure conditions can be customized
publish(MetricsEvent) - 类 中的静态方法org.apache.dubbo.metrics.event.MetricsEventBus
Posts an event to all registered subscribers and only once.
publishErrorEvent(MetricsEvent) - 接口 中的方法org.apache.dubbo.metrics.event.MetricsEventMulticaster
 
publishErrorEvent(MetricsEvent) - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
publishEvent(MetricsEvent) - 接口 中的方法org.apache.dubbo.metrics.event.MetricsEventMulticaster
 
publishEvent(MetricsEvent) - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
publishFinishEvent(MetricsEvent) - 接口 中的方法org.apache.dubbo.metrics.event.MetricsEventMulticaster
 
publishFinishEvent(MetricsEvent) - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 

Q

quantile(double) - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowQuantile
 

R

refreshData() - 接口 中的方法org.apache.dubbo.metrics.report.MetricsReporter
 
RTEvent - org.apache.dubbo.metrics.event中的类
RtEvent.
RTEvent(ApplicationModel, Object, Long) - 类 的构造器org.apache.dubbo.metrics.event.RTEvent
 
RtStatComposite - org.apache.dubbo.metrics.data中的类
 
RtStatComposite() - 类 的构造器org.apache.dubbo.metrics.data.RtStatComposite
 

S

ServiceKeyMetric - org.apache.dubbo.metrics.model中的类
Metric class for service.
ServiceKeyMetric(String, String) - 类 的构造器org.apache.dubbo.metrics.model.ServiceKeyMetric
 
ServiceStatComposite - org.apache.dubbo.metrics.data中的类
 
ServiceStatComposite() - 类 的构造器org.apache.dubbo.metrics.data.ServiceStatComposite
 
serviceTags(String) - 类 中的静态方法org.apache.dubbo.metrics.model.MetricsSupport
 
setApplicationKey(MetricsKey, String, int) - 类 中的方法org.apache.dubbo.metrics.data.ApplicationStatComposite
 
setApplicationKey(MetricsKey, String, int) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
setApplicationName(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
setApplicationName(String) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
setApplicationName(String) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
setAvailable(boolean) - 类 中的方法org.apache.dubbo.metrics.event.MetricsEvent
 
setBaseUnit(String) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
setCategory(MetricsCategory) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
setCategory(MetricsCategory) - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
setDescription(String) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
setGroup(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
setInterfaceName(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
setMethodName(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
setName(String) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
setName(String) - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
setRt(Long) - 类 中的方法org.apache.dubbo.metrics.event.RTEvent
 
setServiceKey(MetricsKey, String, String, int) - 类 中的方法org.apache.dubbo.metrics.data.BaseStatComposite
 
setServiceKey(MetricsKey, String, String, int) - 类 中的方法org.apache.dubbo.metrics.data.ServiceStatComposite
 
setSide(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
setStartInMs(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Set the new start timestamp to the pane, for reset the instance.
setTags(Map<String, String>) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
setTags(Map<String, String>) - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
setThreadPoolExecutor(ThreadPoolExecutor) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
setThreadPoolName(String) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
setThreadPoolName(String) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
setType(String) - 类 中的方法org.apache.dubbo.metrics.event.MethodEvent
 
setType(MetricSample.Type) - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
setValue(T) - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Set new value to the pane, for reset the instance.
setValue(Object) - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
setValueSupplier(Function<String, Long>) - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
setVersion(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
SimpleMetricsEventMulticaster - org.apache.dubbo.metrics.event中的类
A simple event publisher that defines lifecycle events and supports rt events
SimpleMetricsEventMulticaster() - 类 的构造器org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
SlidingWindow<T> - org.apache.dubbo.metrics.aggregate中的类
SlidingWindow adopts sliding window algorithm for statistics.
specifyType(String) - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
start() - 类 中的静态方法org.apache.dubbo.metrics.model.TimePair
 
supportsContext(Observation.Context) - 接口 中的方法org.apache.dubbo.metrics.observation.DubboClientObservationConvention
 
supportsContext(Observation.Context) - 接口 中的方法org.apache.dubbo.metrics.observation.DubboServerObservationConvention
 

T

tagName(String) - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
targetDesc() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
targetKey() - 类 中的方法org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
 
ThreadPoolMetric - org.apache.dubbo.metrics.model中的类
 
ThreadPoolMetric(String, String, ThreadPoolExecutor) - 类 的构造器org.apache.dubbo.metrics.model.ThreadPoolMetric
 
ThreadPoolRejectMetric - org.apache.dubbo.metrics.model中的类
 
ThreadPoolRejectMetric(String, String) - 类 的构造器org.apache.dubbo.metrics.model.ThreadPoolRejectMetric
 
TimeCounterEvent - org.apache.dubbo.metrics.event中的类
Mark certain types of events, allow automatic recording of start and end times, and provide time pairs
TimeCounterEvent(ApplicationModel) - 类 的构造器org.apache.dubbo.metrics.event.TimeCounterEvent
 
TimePair - org.apache.dubbo.metrics.model中的类
 
TimePair(long) - 类 的构造器org.apache.dubbo.metrics.model.TimePair
 
TimeWindowCounter - org.apache.dubbo.metrics.aggregate中的类
Wrapper around Counter like Long and Integer.
TimeWindowCounter(int, int) - 类 的构造器org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 
TimeWindowQuantile - org.apache.dubbo.metrics.aggregate中的类
Wrapper around TDigest.
TimeWindowQuantile(double, int, int) - 类 的构造器org.apache.dubbo.metrics.aggregate.TimeWindowQuantile
 
toString() - 类 中的方法org.apache.dubbo.metrics.event.MetricsEvent
 
toString() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
toString() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
toString() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
toString() - 类 中的方法org.apache.dubbo.metrics.model.ServiceKeyMetric
 
TypeWrapper - org.apache.dubbo.metrics.model.key中的类
 
TypeWrapper(MetricsLevel, Object, Object, Object) - 类 的构造器org.apache.dubbo.metrics.model.key.TypeWrapper
 

U

unexport() - 接口 中的方法org.apache.dubbo.metrics.service.MetricsServiceExporter
Unexports the MetricsService

V

valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.event.MetricsEvent.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.model.key.MetricsKey
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.model.key.MetricsLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.model.MetricsCategory
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.model.sample.MetricSample.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.observation.DubboObservationDocumentation
返回带有指定名称的该类型的枚举常量。
values() - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get aggregated value list for entire sliding window at the current time.
values(long) - 类 中的方法org.apache.dubbo.metrics.aggregate.SlidingWindow
Get aggregated value list for entire sliding window at the specified time.
values() - 枚举 中的静态方法org.apache.dubbo.metrics.event.MetricsEvent.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.model.key.MetricsKey
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.model.key.MetricsLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.model.MetricsCategory
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.model.sample.MetricSample.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.observation.DubboObservationDocumentation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERSION - 接口 中的静态变量org.apache.dubbo.metrics.service.MetricsService
The contract version of MetricsService, the future update must make sure compatible.
A B C D E F G H I L M N O P Q R S T U V 
跳过导航链接

Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.