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