public class AccumulatorResult extends 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() |