Package | Description |
---|---|
com.redhat.thermostat.storage.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuery<T extends Pojo> |
class |
AggregateQuery<T extends Pojo>
Common super class for aggregate queries.
|
Modifier and Type | Field and Description |
---|---|
protected Query<T> |
AggregateQuery.queryToAggregate |
Modifier and Type | Method and Description |
---|---|
<T extends Pojo> |
BackingStorage.createAggregateQuery(AggregateQuery.AggregateFunction function,
Category<T> category) |
<T extends Pojo> |
BackingStorage.createQuery(Category<T> category) |
Constructor and Description |
---|
AggregateQuery(AggregateQuery.AggregateFunction function,
Query<T> queryToAggregate) |
Copyright © 2014. All Rights Reserved.