| 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>> |
AccountingPersistenceBackendQuery.getContextTimeSeries()
Return a SortedMap containing the TimeSeries for each context.
|
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getContextTimeSeries() |
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getContextTimeSeries(boolean pad) |
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceBackendQuery.getSpaceTimeSeries(Set<String> dataTypes) |
SortedMap<Filter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getSpaceTimeSeries(Set<String> dataTypes) |
SortedMap<Calendar,Info> |
AccountingPersistenceBackendQuery.getTimeSeries()
Query the persistence obtaining a Map where the date is the key and the
#Info is the value.
|
SortedMap<Calendar,Info> |
AccountingPersistenceQuery.getTimeSeries() |
SortedMap<Calendar,Info> |
AccountingPersistenceQuery.getTimeSeries(boolean pad) |
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getTopValues(String topKey) |
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceQuery.getTopValues(String topKey,
String orderingProperty,
boolean pad,
Integer limit) |
SortedMap<NumberedFilter,SortedMap<Calendar,Info>> |
AccountingPersistenceBackendQuery.getTopValues(String topKey,
String orderingProperty,
Integer limit)
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(String topKey,
String orderingProperty,
Integer limit) |
protected SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMap(SortedMap<Calendar,Info> unpaddedData)
Pad the data
|
protected SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMapStorage(SortedMap<Calendar,Info> unpaddedData) |
| Modifier and Type | Method and Description |
|---|---|
protected org.gcube.com.fasterxml.jackson.databind.JsonNode |
AccountingPersistenceQuery.getPaddingJsonNode(Map<Calendar,Info> unpaddedResults) |
protected SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMap(SortedMap<Calendar,Info> unpaddedData)
Pad the data
|
protected SortedMap<Calendar,Info> |
AccountingPersistenceQuery.padMapStorage(SortedMap<Calendar,Info> unpaddedData) |
Copyright © 2021. All Rights Reserved.