| Package | Description |
|---|---|
| org.gcube.accounting.analytics | |
| org.gcube.accounting.analytics.persistence |
| Constructor and Description |
|---|
NumberedFilter(Filter filter,
Map<Calendar,Info> timeSeries,
String orderingProperty) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getContextTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
List<String> contexts) |
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceBackendQuery.getContextTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
List<String> contexts)
Return a SortedMap containing the TimeSeries for each context.
|
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getContextTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
List<String> contexts,
boolean pad) |
SortedMap<Calendar,Info> |
AccountingPersistenceQuery.getNoContextTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters) |
SortedMap<Calendar,Info> |
AccountingPersistenceBackendQuery.getNoContextTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters)
Query the persistence obtaining a Map where the date is the key and the
#Info is the value.
|
SortedMap<Calendar,Info> |
AccountingPersistenceQuery.getNoContextTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
boolean pad) |
SortedMap<Calendar,Info> |
AccountingPersistenceQuery.getTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters)
Query the persistence obtaining a Map where the date is the key and the
#Info is the value.
|
SortedMap<Calendar,Info> |
AccountingPersistenceBackendQuery.getTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters)
Query the persistence obtaining a Map where the date is the key and the
#Info is the value.
|
SortedMap<Calendar,Info> |
AccountingPersistenceQuery.getTimeSeries(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
boolean pad) |
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getTopValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String topKey) |
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getTopValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String topKey,
String orderingProperty)
Return a SortedMap containing the TimeSeries for top values for a certain
key taking in account all Filters.
|
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceBackendQuery.getTopValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String topKey,
String orderingProperty)
Return a SortedMap containing the TimeSeries for top values for a certain
key taking in account all Filters.
|
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getTopValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String topKey,
String orderingProperty,
boolean pad,
int limit) |
static SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMap(SortedMap<Calendar,Info> unpaddedData,
TemporalConstraint temporalConstraint)
Pad the data
|
| Modifier and Type | Method and Description |
|---|---|
protected static org.json.JSONObject |
AccountingPersistenceQuery.getPaddingJSONObject(Map<Calendar,Info> unpaddedResults) |
static SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMap(SortedMap<Calendar,Info> unpaddedData,
TemporalConstraint temporalConstraint)
Pad the data
|
Copyright © 2018. All Rights Reserved.