Methods
| Modifier and Type |
Method and Description |
void |
add(org.gcube.accounting.usagetracker.persistence.Record r) |
org.gcube.accounting.usagetracker.persistence.AggregatedResult |
getAggregatedResult(String dimensionValue,
Long timestamp) |
Double |
getAverageInRange(String dimensionValue,
Long from,
Long to) |
Set<String> |
getDimensionValues() |
Double |
getMaxInRange(String dimensionValue,
Long from,
Long to) |
Double |
getMinInRange(String dimensionValue,
Long from,
Long to) |
Double |
getSumAt(String dimensionValue,
Long timestamp) |
Double |
getVarInRange(String dimensionValue,
Long from,
Long to) |
static void |
main(String[] args) |