| Package | Description |
|---|---|
| org.gcube.accounting.analytics | |
| org.gcube.accounting.analytics.persistence |
| Modifier and Type | Field and Description |
|---|---|
protected TemporalConstraint |
UsageServiceValue.temporalConstraint |
protected TemporalConstraint |
UsageStorageValue.temporalConstraint |
protected TemporalConstraint |
UsageValue.temporalConstraint |
| Modifier and Type | Method and Description |
|---|---|
TemporalConstraint |
UsageServiceValue.getTemporalConstraint() |
TemporalConstraint |
UsageStorageValue.getTemporalConstraint() |
abstract TemporalConstraint |
UsageValue.getTemporalConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsageServiceValue.setTemporalConstraint(TemporalConstraint temporalConstraint) |
void |
UsageStorageValue.setTemporalConstraint(TemporalConstraint temporalConstraint) |
| Constructor and Description |
|---|
UsageServiceValue(String context,
String identifier,
Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<FiltersValue> filtersValue) |
UsageStorageValue(String context,
String identifier,
Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> clz,
TemporalConstraint temporalConstraint) |
| 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) |
SortedSet<NumberedFilter> |
AccountingPersistenceQuery.getFilterValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String key) |
SortedSet<NumberedFilter> |
AccountingPersistenceBackendQuery.getFilterValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String key)
Return a sortedSet filter value
|
SortedSet<NumberedFilter> |
AccountingPersistenceQuery.getNextPossibleValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String key) |
SortedSet<NumberedFilter> |
AccountingPersistenceQuery.getNextPossibleValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String key,
String orderingProperty) |
SortedSet<NumberedFilter> |
AccountingPersistenceBackendQuery.getNextPossibleValues(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
List<Filter> filters,
String key,
String orderingProperty) |
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) |
org.json.JSONObject |
AccountingPersistenceQuery.getUsageValue(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
Filter applicant) |
org.json.JSONObject |
AccountingPersistenceBackendQuery.getUsageValue(Class<? extends org.gcube.documentstore.records.AggregatedRecord<?,?>> clz,
TemporalConstraint temporalConstraint,
Filter applicant)
Return a JsonObject with value
e.g.for StorageUsageRecord {"dataVolume":1860328,"operationCount":4115}
e.g.
|
static SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMap(SortedMap<Calendar,Info> unpaddedData,
TemporalConstraint temporalConstraint)
Pad the data
|
Copyright © 2017. All Rights Reserved.