@Target(value={CONSTRUCTOR,METHOD}) @Retention(value=RUNTIME) public @interface MeterMetric
| Modifier and Type | Required Element and Description |
|---|---|
JMX |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
alias |
Clocks |
clocks |
long |
tickInterval |
TimeUnit |
tickTimeUnit |
public abstract JMX value
public abstract String alias
public abstract long tickInterval
public abstract TimeUnit tickTimeUnit
public abstract Clocks clocks
Copyright © 2015. All rights reserved.