public class CounterAggregate extends Object
SimonUtils.calculateCounterAggregate(Simon)
(optionally with SimonFilter
).Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getCounter()
Returns sum of all counters in a hierarchy of simons.
|
long |
getDecrementSum()
Returns sum of all decrement sums in a hierarchy of simons.
|
long |
getIncrementSum()
Returns sum of all increment sums in a hierarchy of simons.
|
long |
getMax()
Returns max value among max values in a hierarchy of simons.
|
long |
getMaxTimestamp()
Returns timestamp in milliseconds when max value was reached.
|
long |
getMin()
Returns min value among min values in a hierarchy of simons.
|
long |
getMinTimestamp()
Returns timestamp in milliseconds when min value was reached.
|
int |
hashCode() |
String |
toString() |
public long getCounter()
public long getIncrementSum()
public long getDecrementSum()
public long getMax()
public long getMaxTimestamp()
public long getMin()
public long getMinTimestamp()
Copyright © 2019. All rights reserved.