Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- absolute() - Element in annotation type com.codahale.metrics.annotation.CachedGauge
- absolute() - Element in annotation type com.codahale.metrics.annotation.Counted
- absolute() - Element in annotation type com.codahale.metrics.annotation.ExceptionMetered
- absolute() - Element in annotation type com.codahale.metrics.annotation.Gauge
- absolute() - Element in annotation type com.codahale.metrics.annotation.Metered
- absolute() - Element in annotation type com.codahale.metrics.annotation.Metric
- absolute() - Element in annotation type com.codahale.metrics.annotation.ResponseMetered
- absolute() - Element in annotation type com.codahale.metrics.annotation.Timed
- ALL - Enum constant in enum com.codahale.metrics.annotation.ResponseMeteredLevel
-
Include meters for every response code in addition to top level 1xx/2xx/3xx/4xx/5xx responses
C
- CachedGauge - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method as a gauge, which caches the result for a specified time.
- cause() - Element in annotation type com.codahale.metrics.annotation.ExceptionMetered
- COARSE - Enum constant in enum com.codahale.metrics.annotation.ResponseMeteredLevel
-
Include meters for 1xx/2xx/3xx/4xx/5xx responses
- com.codahale.metrics.annotation - package com.codahale.metrics.annotation
- Counted - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method of an annotated object as counted.
D
- DEFAULT_NAME_SUFFIX - Static variable in annotation type com.codahale.metrics.annotation.ExceptionMetered
-
The default suffix for meter names.
- DETAILED - Enum constant in enum com.codahale.metrics.annotation.ResponseMeteredLevel
-
Include meters for every response code (200, 201, 303, 304, 401, 404, 501, etc.)
E
- ExceptionMetered - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method of an annotated object as metered.
G
- Gauge - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method of an annotated object as a gauge.
L
- level() - Element in annotation type com.codahale.metrics.annotation.ResponseMetered
M
- Metered - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method of an annotated object as metered.
- Metric - Annotation Type in com.codahale.metrics.annotation
-
An annotation requesting that a metric be injected or registered.
- monotonic() - Element in annotation type com.codahale.metrics.annotation.Counted
N
- name() - Element in annotation type com.codahale.metrics.annotation.CachedGauge
- name() - Element in annotation type com.codahale.metrics.annotation.Counted
- name() - Element in annotation type com.codahale.metrics.annotation.ExceptionMetered
- name() - Element in annotation type com.codahale.metrics.annotation.Gauge
- name() - Element in annotation type com.codahale.metrics.annotation.Metered
- name() - Element in annotation type com.codahale.metrics.annotation.Metric
- name() - Element in annotation type com.codahale.metrics.annotation.ResponseMetered
- name() - Element in annotation type com.codahale.metrics.annotation.Timed
R
- ResponseMetered - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method of an annotated object as metered.
- ResponseMeteredLevel - Enum in com.codahale.metrics.annotation
-
ResponseMeteredLevelis a parameter for theResponseMeteredannotation.
T
- Timed - Annotation Type in com.codahale.metrics.annotation
-
An annotation for marking a method of an annotated object as timed.
- timeout() - Element in annotation type com.codahale.metrics.annotation.CachedGauge
- timeoutUnit() - Element in annotation type com.codahale.metrics.annotation.CachedGauge
V
- valueOf(String) - Static method in enum com.codahale.metrics.annotation.ResponseMeteredLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.codahale.metrics.annotation.ResponseMeteredLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values