跳过导航链接
A B C D E 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
 
addListener(MetricsListener<?>) - 接口 中的方法org.apache.dubbo.metrics.event.MetricsEventMulticaster
 
addListener(MetricsListener<?>) - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
addRT(String, String, Long) - 接口 中的方法org.apache.dubbo.metrics.collector.ApplicationMetricsCollector
 
ApplicationEvent - org.apache.dubbo.metrics.event中的类
 
ApplicationEvent(Object, MetricsEvent.Type) - 类 的构造器org.apache.dubbo.metrics.event.ApplicationEvent
 
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.
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
 

B

bucketLivedSeconds() - 类 中的方法org.apache.dubbo.metrics.aggregate.TimeWindowCounter
 

C

calc() - 类 中的方法org.apache.dubbo.metrics.model.TimePair
 
collect() - 接口 中的方法org.apache.dubbo.metrics.collector.MetricsCollector
Collect metrics as MetricSample
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.

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.
DubboObservation - 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.
EmptyEvent(Object) - 类 的构造器org.apache.dubbo.metrics.event.EmptyEvent
 
end() - 类 中的方法org.apache.dubbo.metrics.model.TimePair
 
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.ThreadPoolMetric
 
equals(Object) - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
export() - 接口 中的方法org.apache.dubbo.metrics.service.MetricsServiceExporter
Exports the MetricsService as a Dubbo service
exportNumMetrics() - 接口 中的方法org.apache.dubbo.metrics.report.MetricsExport
Cumulative statistics.
exportRtMetrics() - 接口 中的方法org.apache.dubbo.metrics.report.MetricsExport
Response time statistics at different latitudes

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
 
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.MetricsKey
 
getDescription() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getEndInMs() - 类 中的方法org.apache.dubbo.metrics.aggregate.Pane
Get end timestamp of the pane in milliseconds.
getGroup() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
getInitFunc() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
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
 
getLowCardinalityKeyValues(DubboClientContext) - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
 
getLowCardinalityKeyValues(DubboServerContext) - 类 中的方法org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
 
getMaximumPoolSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getMethodName() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
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.MetricsKeyWrapper
 
getMetricsKeyWrapper() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
getName() - 枚举 中的方法org.apache.dubbo.metrics.event.MetricsEvent.Type
 
getName() - 枚举 中的方法org.apache.dubbo.metrics.model.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.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.
getPoolSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getQueueSize() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
getRt() - 类 中的方法org.apache.dubbo.metrics.event.RTEvent
 
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.MethodMetric
 
getTags() - 接口 中的方法org.apache.dubbo.metrics.model.Metric
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.sample.MetricSample
 
getTags() - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
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
 
getTimePair() - 接口 中的方法org.apache.dubbo.metrics.event.TimeCounter
 
getType() - 类 中的方法org.apache.dubbo.metrics.event.ApplicationEvent
 
getType() - 类 中的方法org.apache.dubbo.metrics.event.MethodEvent
 
getType() - 类 中的方法org.apache.dubbo.metrics.event.RequestEvent
 
getType() - 类 中的方法org.apache.dubbo.metrics.model.MetricsKeyWrapper
 
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.GaugeMetricSample
 
getValue() - 类 中的方法org.apache.dubbo.metrics.service.MetricsEntity
 
getValueSupplier() - 类 中的方法org.apache.dubbo.metrics.model.container.LongContainer
 
getVersion() - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
GlobalMetricsEventMulticaster - org.apache.dubbo.metrics.event中的类
Global spi event publisher
GlobalMetricsEventMulticaster(ApplicationModel) - 类 的构造器org.apache.dubbo.metrics.event.GlobalMetricsEventMulticaster
 

H

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.ThreadPoolMetric
 
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
 
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
 
INSTANCE - 类 中的静态变量org.apache.dubbo.metrics.observation.DefaultDubboClientObservationConvention
INSTANCE - 类 中的静态变量org.apache.dubbo.metrics.observation.DefaultDubboServerObservationConvention
isAvailable() - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
isCollectEnabled() - 接口 中的方法org.apache.dubbo.metrics.collector.MetricsCollector
 
isKey(MetricsKey, String) - 类 中的方法org.apache.dubbo.metrics.model.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.
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(Object, 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.
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(Object) - 类 的构造器org.apache.dubbo.metrics.event.MetricsEvent
 
MetricsEvent.Type - org.apache.dubbo.metrics.event中的枚举
 
MetricsEventMulticaster - org.apache.dubbo.metrics.event中的接口
 
MetricsExport - org.apache.dubbo.metrics.report中的接口
Metrics data export.
MetricsKey - org.apache.dubbo.metrics.model中的枚举
 
MetricsKeyWrapper - org.apache.dubbo.metrics.model中的类
Let MetricsKey output dynamic, custom string content
MetricsKeyWrapper(String, MetricsKey) - 类 的构造器org.apache.dubbo.metrics.model.MetricsKeyWrapper
 
MetricsLifeListener<E extends MetricsEvent> - org.apache.dubbo.metrics.listener中的接口
Metrics Listener.
MetricsListener<E extends MetricsEvent> - org.apache.dubbo.metrics.listener中的接口
Metrics Listener.
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中的接口
 

N

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

O

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.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.event - 程序包 org.apache.dubbo.metrics.event
 
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.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
 
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

RequestEvent - org.apache.dubbo.metrics.event中的类
RequestEvent.
RequestEvent(Object, MetricsEvent.Type) - 类 的构造器org.apache.dubbo.metrics.event.RequestEvent
 
RTEvent - org.apache.dubbo.metrics.event中的类
RtEvent.
RTEvent(Object, Long) - 类 的构造器org.apache.dubbo.metrics.event.RTEvent
 

S

setApplicationName(String) - 类 中的方法org.apache.dubbo.metrics.model.MethodMetric
 
setApplicationName(String) - 类 中的方法org.apache.dubbo.metrics.model.ThreadPoolMetric
 
setAvailable() - 类 中的方法org.apache.dubbo.metrics.event.SimpleMetricsEventMulticaster
 
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
 
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
 
setType(MetricsEvent.Type) - 类 中的方法org.apache.dubbo.metrics.event.ApplicationEvent
 
setType(String) - 类 中的方法org.apache.dubbo.metrics.event.MethodEvent
 
setType(MetricsEvent.Type) - 类 中的方法org.apache.dubbo.metrics.event.RequestEvent
 
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

targetDesc() - 类 中的方法org.apache.dubbo.metrics.model.MetricsKeyWrapper
 
targetKey() - 类 中的方法org.apache.dubbo.metrics.model.MetricsKeyWrapper
 
ThreadPoolMetric - org.apache.dubbo.metrics.model中的类
 
ThreadPoolMetric(String, String, ThreadPoolExecutor) - 类 的构造器org.apache.dubbo.metrics.model.ThreadPoolMetric
 
TimeCounter - org.apache.dubbo.metrics.event中的接口
Mark certain types of events, allow automatic recording of start and end times, and provide time pairs
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
 

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.MetricsCategory
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.model.MetricsKey
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.model.sample.MetricSample.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.dubbo.metrics.observation.DubboObservation
返回带有指定名称的该类型的枚举常量。
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.MetricsCategory
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.model.MetricsKey
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.model.sample.MetricSample.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.dubbo.metrics.observation.DubboObservation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERSION - 接口 中的静态变量org.apache.dubbo.metrics.service.MetricsService
The contract version of MetricsService, the future update must make sure compatible.
A B C D E G H I L M N O P Q R S T U V 
跳过导航链接

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