| Package | Description |
|---|---|
| org.gcube.accounting.analytics | |
| org.gcube.accounting.analytics.persistence |
| Modifier and Type | Method and Description |
|---|---|
List<Info> |
ResourceRecordQuery.getInfo(Class<? extends org.gcube.documentstore.records.AggregatedRecord> usageRecordType,
TemporalConstraint temporalConstraint,
List<Filter> filters)
Return unpadded results
|
List<Info> |
ResourceRecordQuery.getInfo(Class<? extends org.gcube.documentstore.records.AggregatedRecord> usageRecordType,
TemporalConstraint temporalConstraint,
List<Filter> filters,
boolean pad)
Return results with padding if pad is set to true.
|
static List<Info> |
ResourceRecordQuery.getPaddedResults(Map<Calendar,Info> unpaddedData,
TemporalConstraint temporalConstraint)
Pad the data
|
| Modifier and Type | Method and Description |
|---|---|
static List<Info> |
ResourceRecordQuery.getPaddedResults(Map<Calendar,Info> unpaddedData,
TemporalConstraint temporalConstraint)
Pad the data
|
protected static org.json.JSONObject |
ResourceRecordQuery.getPaddingJSONObject(Map<Calendar,Info> unpaddedResults) |
| Modifier and Type | Method and Description |
|---|---|
Map<Calendar,Info> |
AccountingPersistenceQuery.query(Class<? extends org.gcube.documentstore.records.AggregatedRecord> recordClass,
TemporalConstraint temporalConstraint,
List<Filter> filters)
Query the persistence obtaining a Map where the date is the key and
the #Info is the value.
|
Map<Calendar,Info> |
AccountingPersistenceBackendQuery.query(Class<? extends org.gcube.documentstore.records.AggregatedRecord> recordClass,
TemporalConstraint temporalConstraint,
List<Filter> filters)
Query the persistence obtaining a Map where the date is the key and
the #Info is the value.
|
protected abstract Map<Calendar,Info> |
AccountingPersistenceBackendQuery.reallyQuery(Class<? extends org.gcube.documentstore.records.AggregatedRecord> usageRecordType,
TemporalConstraint temporalConstraint,
List<Filter> filters) |
Copyright © 2016. All Rights Reserved.