public class AggregationMethodRow extends Object
Constructor and Description |
---|
AggregationMethodRow(long refcount,
AggregationMethod[] methods)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
decreaseRefcount()
Decrease number of data points by one.
|
AggregationMethod[] |
getMethods()
Returns aggregation state.
|
long |
getRefcount()
Returns number of data points.
|
void |
increaseRefcount()
Increase number of data points by one.
|
public AggregationMethodRow(long refcount, AggregationMethod[] methods)
refcount
- number of items in statemethods
- aggregationspublic long getRefcount()
public AggregationMethod[] getMethods()
public void increaseRefcount()
public void decreaseRefcount()