public class AccumulatorResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
count
The number of sample value was accumulated over.
|
long |
value
The total value accumulated.
|
Constructor and Description |
---|
AccumulatorResult() |
Modifier and Type | Method and Description |
---|---|
void |
set(long value,
long count)
Set the value and count.
|