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