public static final class CounterFactory.Type extends Object
Modifier and Type | Field and Description |
---|---|
static CounterFactory.Type |
AVERAGE
Counter representing the average value of a counter
|
static CounterFactory.Type |
DELTA
Counter representing the variation of a counter
|
static CounterFactory.Type |
DIVIDE
Counter represening the division of two other counters
|
static CounterFactory.Type |
INSTANT_RATE
Counter representing the instant rate of a counter
|
static CounterFactory.Type |
MAX
Counter representing the maximum value of a counter
|
static CounterFactory.Type |
MIN
Counter representing the minimum value of a counter
|
static CounterFactory.Type |
MINUS
Counter represening the difference of two other counters
|
static CounterFactory.Type |
MULTIPLY
Counter represening the multiplication of two other counters
|
static CounterFactory.Type |
NUMBER
A basic counter representing a double value
|
static CounterFactory.Type |
PLUS
Counter represening the sum of two other counters
|
static CounterFactory.Type |
RATE_PER_HOUR
Counter representing rate per hour of a counter
|
static CounterFactory.Type |
RATE_PER_MINUTE
Counter representing rate per minute of a counter
|
static CounterFactory.Type |
RATE_PER_SECOND
Counter representing rate per second of a counter
|
static CounterFactory.Type |
SUM
Counter representing the sum of two counters
|
static CounterFactory.Type |
TIME_AVERAGE
Counter representing the time average value of a counter
|
Modifier | Constructor and Description |
---|---|
protected |
CounterFactory.Type(String name)
Constructor of the type
|
public static final CounterFactory.Type NUMBER
public static final CounterFactory.Type SUM
public static final CounterFactory.Type MIN
public static final CounterFactory.Type MAX
public static final CounterFactory.Type AVERAGE
public static final CounterFactory.Type TIME_AVERAGE
public static final CounterFactory.Type DELTA
public static final CounterFactory.Type INSTANT_RATE
public static final CounterFactory.Type RATE_PER_SECOND
public static final CounterFactory.Type RATE_PER_MINUTE
public static final CounterFactory.Type RATE_PER_HOUR
public static final CounterFactory.Type PLUS
public static final CounterFactory.Type MINUS
public static final CounterFactory.Type MULTIPLY
public static final CounterFactory.Type DIVIDE
protected CounterFactory.Type(String name)
name
- the name of the counter typepublic String getName()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.