public class AggregationMethodPairRow extends Object
Constructor and Description |
---|
AggregationMethodPairRow(long refcount,
AggregationMethod[] methods,
AggregationState[] states)
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.
|
AggregationState[] |
getStates()
Returns the states for first/last/window aggregation functions.
|
void |
increaseRefcount()
Increase number of data points by one.
|
public AggregationMethodPairRow(long refcount, AggregationMethod[] methods, AggregationState[] states)
refcount
- number of items in statemethods
- aggregationsstates
- for first/last/window type accesspublic long getRefcount()
public AggregationMethod[] getMethods()
public void increaseRefcount()
public void decreaseRefcount()
public AggregationState[] getStates()