Package | Description |
---|---|
com.redhat.thermostat.storage.core |
An API to manipulate data, including the basic create, read, update, and
delete operations.
|
Modifier and Type | Method and Description |
---|---|
AggregateQuery.AggregateFunction |
AggregateQuery.getAggregateFunction() |
static AggregateQuery.AggregateFunction |
AggregateQuery.AggregateFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateQuery.AggregateFunction[] |
AggregateQuery.AggregateFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T extends Pojo> |
BackingStorage.createAggregateQuery(AggregateQuery.AggregateFunction function,
Category<T> category) |
Constructor and Description |
---|
AggregateQuery(AggregateQuery.AggregateFunction function,
Query<T> queryToAggregate) |
Copyright © 2016. All rights reserved.