| org.ow2.jasmine.probe.collectors.derived.internal.DerivedCollectorService |
public static final String |
LONG_DESC |
"Several derived operations exist:\nprev: return the value corresponding to the previous polling iteration\ndelta: current(v) - previous(v), where v is the source indicator\'s value\nrate: delta(v)/delta(t), where delta(t) is the time elapsed between the current and the previous polling iteration" |
public static final int |
OP_DELTA |
2 |
public static final int |
OP_PREV |
1 |
public static final int |
OP_RATE |
3 |
public static final String |
PROP_OP |
"op" |
public static final String |
PROP_OP_DESC |
"Derived operation. Must be one of : prev|delta|rate" |
public static final String |
SHORT_DESC |
"Get a new value from a given source indicator\'s values." |
public static final String |
SOURCE_DESC |
"A source indicator must be provided. Its value can be composed of several results (each result should be a number)." |
public static final int |
SOURCE_MAX |
1 |
public static final int |
SOURCE_MIN |
1 |