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() |