| Modifier and Type | Method and Description |
|---|---|
static Events.AggregationFunction |
Events.AggregationFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Events.AggregationFunction[] |
Events.AggregationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Double> |
Events.aggregate(String namespace,
String dimension,
long startTimestampMillis,
long endTimestampMillis,
Map<String,String> metadataQuery,
Map<String,String> dimensionsQuery,
int aggregateIntervalMillis,
Events.AggregationFunction aggregationFunction)
Get result of an aggregate function for all events in the given namespace, with timestamp between the start
and end, and metadata and dimensions matching the given queries, for the given function and aggregated over an
interval period in milli-seconds.
|
Copyright © 2019. All rights reserved.