public class ChangeProcessor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ABSOLUTE |
static int |
COUNTER |
static int |
DERIVE |
static int |
GAUGE |
static double |
MAX_32_BIT |
static double |
MAX_64_BIT |
static int |
OUT_OF_RANGE_DISCARD |
static int |
OUT_OF_RANGE_IGNORE |
static int |
OUT_OF_RANGE_NORMALIZE |
| Constructor and Description |
|---|
ChangeProcessor(int type) |
ChangeProcessor(int type,
int outOfRangeValuesHandling,
java.lang.Double minValue,
java.lang.Double maxValue) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.Object,java.lang.String> |
getSelectionValues() |
java.lang.Double |
process(long newTime,
java.lang.Double newValue) |
ExtendedNumber |
processExtendedNumber(long newTime,
ExtendedNumber newValue) |
public static final int GAUGE
public static final int COUNTER
public static final int DERIVE
public static final int ABSOLUTE
public static final int OUT_OF_RANGE_IGNORE
public static final int OUT_OF_RANGE_DISCARD
public static final int OUT_OF_RANGE_NORMALIZE
public static final double MAX_32_BIT
public static final double MAX_64_BIT
public ChangeProcessor(int type)
public ChangeProcessor(int type,
int outOfRangeValuesHandling,
java.lang.Double minValue,
java.lang.Double maxValue)
public static final java.util.Map<java.lang.Object,java.lang.String> getSelectionValues()
public java.lang.Double process(long newTime,
java.lang.Double newValue)
public ExtendedNumber processExtendedNumber(long newTime, ExtendedNumber newValue)