public class MaxRollup extends Rollup
Rollup.Type| Constructor and Description |
|---|
MaxRollup() |
| Modifier and Type | Method and Description |
|---|---|
org.dsa.iot.dslink.node.value.Value |
getValue() |
void |
reset()
Resets the rollup for consumption again
|
void |
update(org.dsa.iot.dslink.node.value.Value value,
long ts)
Updates the rollup data.
|