跳过导航链接
A B C D E F G H I J K L M O R S T W 

A

afterInjection(I) - 类 中的方法com.palominolabs.metrics.guice.GaugeInjectionListener
 
AnnotationResolver - com.palominolabs.metrics.guice.annotation中的接口
Finds annotations, if any, pertaining to a particular Method.
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.CountedListener
 
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.ExceptionMeteredListener
 
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.GaugeListener
 
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.MeteredListener
 
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
annotationResolver - 类 中的变量com.palominolabs.metrics.guice.TimedListener
 

B

build() - 类 中的方法com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
builder() - 类 中的静态方法com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
Builder() - 类 的构造器com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 

C

ClassAnnotationResolver - com.palominolabs.metrics.guice.annotation中的类
Looks for annotations on the enclosing class of the method.
ClassAnnotationResolver() - 类 的构造器com.palominolabs.metrics.guice.annotation.ClassAnnotationResolver
 
com.github.zhengframework.metrics - 程序包 com.github.zhengframework.metrics
 
com.palominolabs.metrics.guice - 程序包 com.palominolabs.metrics.guice
 
com.palominolabs.metrics.guice.annotation - 程序包 com.palominolabs.metrics.guice.annotation
 
configure() - 类 中的方法com.github.zhengframework.metrics.MetricsModule
 
configure() - 类 中的方法com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
CountedInterceptor - com.palominolabs.metrics.guice中的类
 
CountedInterceptor(Counter, Counted) - 类 的构造器com.palominolabs.metrics.guice.CountedInterceptor
 
CountedListener - com.palominolabs.metrics.guice中的类
A listener which adds method interceptors to counted methods.
CountedListener(MetricRegistry, MetricNamer, AnnotationResolver) - 类 的构造器com.palominolabs.metrics.guice.CountedListener
 
counter - 类 中的变量com.palominolabs.metrics.guice.CountedInterceptor
 
COUNTER_SUFFIX - 类 中的静态变量com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
COUNTER_SUFFIX_MONOTONIC - 类 中的静态变量com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 

D

DeclaredMethodsTypeListener - com.palominolabs.metrics.guice中的类
A TypeListener which delegates to DeclaredMethodsTypeListener.getInterceptor(Method) for each method in the class's declared methods.
DeclaredMethodsTypeListener() - 类 的构造器com.palominolabs.metrics.guice.DeclaredMethodsTypeListener
 
DeclaringClassMetricNamer - com.palominolabs.metrics.guice中的类
Uses the name fields in the metric annotations, if present, or the method declaring class and method name.
DeclaringClassMetricNamer() - 类 的构造器com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
decrementAfterMethod - 类 中的变量com.palominolabs.metrics.guice.CountedInterceptor
 

E

enable - 类 中的变量com.github.zhengframework.metrics.MetricsConfig
 
ExceptionMeteredInterceptor - com.palominolabs.metrics.guice中的类
A method interceptor which measures the rate at which the annotated method throws exceptions of a given type.
ExceptionMeteredInterceptor(Meter, Class<? extends Throwable>) - 类 的构造器com.palominolabs.metrics.guice.ExceptionMeteredInterceptor
 
ExceptionMeteredListener - com.palominolabs.metrics.guice中的类
A listener which adds method interceptors to methods that should be instrumented for exceptions
ExceptionMeteredListener(MetricRegistry, MetricNamer, AnnotationResolver) - 类 的构造器com.palominolabs.metrics.guice.ExceptionMeteredListener
 

F

findAnnotation(Class<T>, Method) - 接口 中的方法com.palominolabs.metrics.guice.annotation.AnnotationResolver
 
findAnnotation(Class<T>, Method) - 类 中的方法com.palominolabs.metrics.guice.annotation.ClassAnnotationResolver
 
findAnnotation(Class<T>, Method) - 类 中的方法com.palominolabs.metrics.guice.annotation.ListAnnotationResolver
 
findAnnotation(Class<T>, Method) - 类 中的方法com.palominolabs.metrics.guice.annotation.MethodAnnotationResolver
 

G

GAUGE_SUFFIX - 类 中的静态变量com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
GaugeInjectionListener<I> - com.palominolabs.metrics.guice中的类
An injection listener which creates a gauge for the declaring class with the given name (or the method's name, if none was provided) which returns the value returned by the annotated method.
GaugeInjectionListener(MetricRegistry, String, Method) - 类 的构造器com.palominolabs.metrics.guice.GaugeInjectionListener
 
GaugeInstanceClassMetricNamer - com.palominolabs.metrics.guice中的类
For gauges (which can reside in superclasses of the type being instantiated), this will use the instantiated type for the resulting metric name no matter what superclass declares the gauge method.
GaugeInstanceClassMetricNamer() - 类 的构造器com.palominolabs.metrics.guice.GaugeInstanceClassMetricNamer
 
GaugeListener - com.palominolabs.metrics.guice中的类
A listener which adds gauge injection listeners to classes with gauges.
GaugeListener(MetricRegistry, MetricNamer, AnnotationResolver) - 类 的构造器com.palominolabs.metrics.guice.GaugeListener
 
getInterceptor(Method) - 类 中的方法com.palominolabs.metrics.guice.CountedListener
 
getInterceptor(Method) - 类 中的方法com.palominolabs.metrics.guice.DeclaredMethodsTypeListener
Called for every method on every class in the type hierarchy of the visited type
getInterceptor(Method) - 类 中的方法com.palominolabs.metrics.guice.ExceptionMeteredListener
 
getInterceptor(Method) - 类 中的方法com.palominolabs.metrics.guice.MeteredListener
 
getInterceptor(Method) - 类 中的方法com.palominolabs.metrics.guice.TimedListener
 
getModule() - 类 中的方法com.github.zhengframework.metrics.MetricsModuleProvider
 
getNameForCounted(Method, Counted) - 类 中的方法com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
getNameForCounted(Method, Counted) - 接口 中的方法com.palominolabs.metrics.guice.MetricNamer
 
getNameForExceptionMetered(Method, ExceptionMetered) - 类 中的方法com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
getNameForExceptionMetered(Method, ExceptionMetered) - 接口 中的方法com.palominolabs.metrics.guice.MetricNamer
 
getNameForGauge(Class<?>, Method, Gauge) - 类 中的方法com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
getNameForGauge(Class<?>, Method, Gauge) - 类 中的方法com.palominolabs.metrics.guice.GaugeInstanceClassMetricNamer
 
getNameForGauge(Class<?>, Method, Gauge) - 接口 中的方法com.palominolabs.metrics.guice.MetricNamer
For AOP-wrapped method invocations (which is how all metrics other than Gauges have to be handled), there isn't a way to handle annotated methods defined in superclasses since we can't AOP superclass methods.
getNameForMetered(Method, Metered) - 类 中的方法com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
getNameForMetered(Method, Metered) - 接口 中的方法com.palominolabs.metrics.guice.MetricNamer
 
getNameForTimed(Method, Timed) - 类 中的方法com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
getNameForTimed(Method, Timed) - 接口 中的方法com.palominolabs.metrics.guice.MetricNamer
 

H

hear(TypeLiteral<T>, TypeEncounter<T>) - 类 中的方法com.palominolabs.metrics.guice.DeclaredMethodsTypeListener
 
hear(TypeLiteral<I>, TypeEncounter<I>) - 类 中的方法com.palominolabs.metrics.guice.GaugeListener
 

I

invoke(MethodInvocation) - 类 中的方法com.palominolabs.metrics.guice.CountedInterceptor
 
invoke(MethodInvocation) - 类 中的方法com.palominolabs.metrics.guice.ExceptionMeteredInterceptor
 
invoke(MethodInvocation) - 类 中的方法com.palominolabs.metrics.guice.MeteredInterceptor
 
invoke(MethodInvocation) - 类 中的方法com.palominolabs.metrics.guice.TimedInterceptor
 

J

jmxReporter - 类 中的变量com.github.zhengframework.metrics.MetricsService
 

K

klass - 类 中的变量com.palominolabs.metrics.guice.ExceptionMeteredInterceptor
 

L

ListAnnotationResolver - com.palominolabs.metrics.guice.annotation中的类
Delegates to the provided list of resolvers, applying each resolver in turn.
ListAnnotationResolver(List<AnnotationResolver>) - 类 的构造器com.palominolabs.metrics.guice.annotation.ListAnnotationResolver
 

M

matcher - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
matcher - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
meter - 类 中的变量com.palominolabs.metrics.guice.ExceptionMeteredInterceptor
 
meter - 类 中的变量com.palominolabs.metrics.guice.MeteredInterceptor
 
METERED_SUFFIX - 类 中的静态变量com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
MeteredInterceptor - com.palominolabs.metrics.guice中的类
A method interceptor which creates a meter for the declaring class with the given name (or the method's name, if none was provided), and which measures the rate at which the annotated method is invoked.
MeteredInterceptor(Meter) - 类 的构造器com.palominolabs.metrics.guice.MeteredInterceptor
 
MeteredListener - com.palominolabs.metrics.guice中的类
A listener which adds method interceptors to metered methods.
MeteredListener(MetricRegistry, MetricNamer, AnnotationResolver) - 类 的构造器com.palominolabs.metrics.guice.MeteredListener
 
method - 类 中的变量com.palominolabs.metrics.guice.GaugeInjectionListener
 
MethodAnnotationResolver - com.palominolabs.metrics.guice.annotation中的类
Looks for annotations on the method itself.
MethodAnnotationResolver() - 类 的构造器com.palominolabs.metrics.guice.annotation.MethodAnnotationResolver
 
metricName - 类 中的变量com.palominolabs.metrics.guice.GaugeInjectionListener
 
metricNamer - 类 中的变量com.palominolabs.metrics.guice.CountedListener
 
metricNamer - 类 中的变量com.palominolabs.metrics.guice.ExceptionMeteredListener
 
metricNamer - 类 中的变量com.palominolabs.metrics.guice.GaugeListener
 
metricNamer - 类 中的变量com.palominolabs.metrics.guice.MeteredListener
 
MetricNamer - com.palominolabs.metrics.guice中的接口
Generates for the metrics corresponding to the various metric annotations.
metricNamer - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
metricNamer - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
metricNamer - 类 中的变量com.palominolabs.metrics.guice.TimedListener
 
metricRegistry - 类 中的变量com.github.zhengframework.metrics.MetricsService
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.CountedListener
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.ExceptionMeteredListener
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.GaugeInjectionListener
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.GaugeListener
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.MeteredListener
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
metricRegistry - 类 中的变量com.palominolabs.metrics.guice.TimedListener
 
MetricsConfig - com.github.zhengframework.metrics中的类
 
MetricsConfig() - 类 的构造器com.github.zhengframework.metrics.MetricsConfig
 
MetricsInstrumentationModule - com.palominolabs.metrics.guice中的类
A Guice module which instruments methods annotated with the Metered, Timed, Gauge, Counted, and ExceptionMetered annotations.
MetricsInstrumentationModule(MetricRegistry, Matcher<? super TypeLiteral<?>>, MetricNamer, AnnotationResolver) - 类 的构造器com.palominolabs.metrics.guice.MetricsInstrumentationModule
 
MetricsInstrumentationModule.Builder - com.palominolabs.metrics.guice中的类
 
MetricsModule - com.github.zhengframework.metrics中的类
 
MetricsModule() - 类 的构造器com.github.zhengframework.metrics.MetricsModule
 
MetricsModuleProvider - com.github.zhengframework.metrics中的类
 
MetricsModuleProvider() - 类 的构造器com.github.zhengframework.metrics.MetricsModuleProvider
 
MetricsService - com.github.zhengframework.metrics中的类
a Service that starts Metrics JmxReporter
MetricsService(MetricRegistry) - 类 的构造器com.github.zhengframework.metrics.MetricsService
 

O

order() - 类 中的方法com.github.zhengframework.metrics.MetricsService
 

R

resolvers - 类 中的变量com.palominolabs.metrics.guice.annotation.ListAnnotationResolver
 

S

start() - 类 中的方法com.github.zhengframework.metrics.MetricsService
 
stop() - 类 中的方法com.github.zhengframework.metrics.MetricsService
 

T

TIMED_SUFFIX - 类 中的静态变量com.palominolabs.metrics.guice.DeclaringClassMetricNamer
 
TimedInterceptor - com.palominolabs.metrics.guice中的类
A method interceptor which times the execution of the annotated method.
TimedInterceptor(Timer) - 类 的构造器com.palominolabs.metrics.guice.TimedInterceptor
 
TimedListener - com.palominolabs.metrics.guice中的类
A listener which adds method interceptors to timed methods.
TimedListener(MetricRegistry, MetricNamer, AnnotationResolver) - 类 的构造器com.palominolabs.metrics.guice.TimedListener
 
timer - 类 中的变量com.palominolabs.metrics.guice.TimedInterceptor
 

W

withAnnotationMatcher(AnnotationResolver) - 类 中的方法com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
withMatcher(Matcher<? super TypeLiteral<?>>) - 类 中的方法com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
withMetricNamer(MetricNamer) - 类 中的方法com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
withMetricRegistry(MetricRegistry) - 类 中的方法com.palominolabs.metrics.guice.MetricsInstrumentationModule.Builder
 
A B C D E F G H I J K L M O R S T W 
跳过导航链接

Copyright © 2020. All rights reserved.