| Package | Description |
|---|---|
| org.gcube.contentmanagement.timeseriesservice.stubs |
| Modifier and Type | Field and Description |
|---|---|
static AggregationFunction |
AggregationFunction.AVG |
static AggregationFunction |
AggregationFunction.MAX |
static AggregationFunction |
AggregationFunction.MIN |
static AggregationFunction |
AggregationFunction.SUM |
| Modifier and Type | Method and Description |
|---|---|
static AggregationFunction |
AggregationFunction.fromString(String value) |
static AggregationFunction |
AggregationFunction.fromValue(String value) |
AggregationFunction |
AggregateRequest.getAggregateFunction()
Gets the aggregateFunction value for this AggregateRequest.
|
AggregationFunction |
GroupRequest.getAggregateFunction()
Gets the aggregateFunction value for this GroupRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateRequest.setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this AggregateRequest.
|
void |
GroupRequest.setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this GroupRequest.
|
| Constructor and Description |
|---|
AggregateRequest(AggregationFunction aggregateFunction,
String[] fieldList,
String user) |
GroupRequest(AggregationFunction aggregateFunction,
GroupElement[] groupingList,
String user) |
Copyright © 2015. All Rights Reserved.