Package io.deephaven.base.stats
Class Composite
java.lang.Object
io.deephaven.base.stats.Value
io.deephaven.base.stats.Composite
A statistic that represents the composite or rolled-up value of a set of child statistics, as best as possible. This
statistic cannot be
sample(long)
d or Value.increment(long)
ed. Currently, calls to update(io.deephaven.base.stats.Item, io.deephaven.base.stats.ItemUpdateListener, long, long, long)
are silently
ignored, which also means that Composites are not logged. Thus a Composite is currently only useful for summaries in
web/JMX displays.-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.base.stats.Value
alwaysUpdated, increment, reset
-
Constructor Details
-
Composite
-
-
Method Details
-
sample
public void sample(long x) -
getTypeTag
public char getTypeTag()- Specified by:
getTypeTag
in classValue
-
getN
public long getN() -
getLast
public long getLast() -
getSum
public long getSum() -
getSum2
public long getSum2() -
getMax
public long getMax() -
getMin
public long getMin() -
getHistory
- Overrides:
getHistory
in classValue
-
update
-