- getCounts() - Method in class org.springframework.analytics.metrics.AggregateCounter
-
- getCounts(String, int, AggregateCounterResolution) - Method in interface org.springframework.analytics.metrics.AggregateCounterReader
-
Query function which returns the last 'n' points for a particular resolution.
- getCounts(String, Interval, AggregateCounterResolution) - Method in interface org.springframework.analytics.metrics.AggregateCounterReader
-
Query function to allow the counts for a specific interval to be retrieved for the given resolution.
- getCounts(String, int, DateTime, AggregateCounterResolution) - Method in interface org.springframework.analytics.metrics.AggregateCounterReader
-
Queries by requesting a number of points, ending on the given date (inclusive).
- getCounts(String, int, AggregateCounterResolution) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
-
- getCounts(String, Interval, AggregateCounterResolution) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
-
- getCounts(String, int, DateTime, AggregateCounterResolution) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
-
- getCounts(String, int, AggregateCounterResolution) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
-
- getCounts(String, int, DateTime, AggregateCounterResolution) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
-
- getCounts(String, Interval, AggregateCounterResolution) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
-
For each query, we need to convert the interval into two variations.
- getFieldValueCounts() - Method in class org.springframework.analytics.metrics.FieldValueCounter
-
- getInterval() - Method in class org.springframework.analytics.metrics.AggregateCounter
-
- getMetricKey(String) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
-
Provides the key for a named metric.
- getMetricKey(String) - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
-
Provides the key for a named metric.
- getName() - Method in class org.springframework.analytics.metrics.AggregateCounter
-
- getName() - Method in class org.springframework.analytics.metrics.FieldValueCounter
-
- getName() - Method in class org.springframework.analytics.rest.domain.MetricResource
-
Return the name of the metric.
- getRecoveryCallback() - Method in class org.springframework.analytics.retry.RedisRetryTemplate
-
- getResolution() - Method in class org.springframework.analytics.metrics.AggregateCounter
-
- getTotal() - Method in class org.springframework.analytics.metrics.AggregateCounter
-
- getValue() - Method in class org.springframework.analytics.rest.domain.CounterResource
-
Return the value for the counter.
- getValues() - Method in class org.springframework.analytics.rest.domain.AggregateCounterResource
-
Returns a date-sorted view of counts.
- getValues() - Method in class org.springframework.analytics.rest.domain.FieldValueCounterResource
-
Return the values for the counter.
- getZSetData(String) - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
-