public class Min extends AggregateCounter
| Constructor and Description |
|---|
Min(String name,
AbstractCounter base) |
| Modifier and Type | Method and Description |
|---|---|
void |
doCompute() |
double |
nextValue()
Compute and return the value of the counter.
|
compute, decrement, getBase, increment, incrementBy, setRawValueaddAggregate, getName, getType, propagatepublic Min(String name, AbstractCounter base)
public double nextValue()
CounternextValue in interface CounternextValue in class AggregateCounterpublic void doCompute()
doCompute in class AggregateCounterCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.