A C D E F G H I L M O P R S T U V 

A

addValue(Date, long) - Method in class org.springframework.analytics.rest.domain.AggregateCounterResource
Add a data point to the set.
AggregateCounter - Class in org.springframework.analytics.metrics
Represents the data returned from an aggregate count query.
AggregateCounter(String, Interval, long[], AggregateCounterResolution) - Constructor for class org.springframework.analytics.metrics.AggregateCounter
 
AggregateCounterController - Class in org.springframework.analytics.rest.controller
Allows interaction with Aggregate Counters.
AggregateCounterController(AggregateCounterRepository) - Constructor for class org.springframework.analytics.rest.controller.AggregateCounterController
 
AggregateCounterReader - Interface in org.springframework.analytics.metrics
Contains operations to find AggreageCounters.
AggregateCounterRepository - Interface in org.springframework.analytics.metrics
A repository to interact with Aggregate Counters.
AggregateCounterResolution - Enum in org.springframework.analytics.metrics
The resolution options available for querying an aggregate counter.
AggregateCounterResource - Class in org.springframework.analytics.rest.domain
The REST representation of an Aggregate Count.
AggregateCounterResource() - Constructor for class org.springframework.analytics.rest.domain.AggregateCounterResource
No-arg constructor for serialization frameworks.
AggregateCounterResource(String) - Constructor for class org.springframework.analytics.rest.domain.AggregateCounterResource
 
AggregateCounterWriter - Interface in org.springframework.analytics.metrics
Contains operations to modify/reset AggregateCounter instances.

C

concatArrays(List<long[]>, int, int) - Static method in class org.springframework.analytics.metrics.MetricUtils
Concatenate size many values from the passed in arrays, starting at offset start.
COUNTER_PREFIX - Static variable in class org.springframework.analytics.rest.controller.CounterController
 
CounterController - Class in org.springframework.analytics.rest.controller
Allows interaction with Counters.
CounterController(MetricRepository) - Constructor for class org.springframework.analytics.rest.controller.CounterController
Create a CounterController that delegates to the provided MetricRepository.
CounterResource - Class in org.springframework.analytics.rest.domain
The REST representation of a Counter.
CounterResource() - Constructor for class org.springframework.analytics.rest.domain.CounterResource
No-arg constructor for serialization frameworks.
CounterResource(String, long) - Constructor for class org.springframework.analytics.rest.domain.CounterResource
 

D

decrement(String, String, double) - Method in interface org.springframework.analytics.metrics.FieldValueCounterWriter
Decrement the FieldValueCounter for a given field name by score, creating missing counters.
decrement(String) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
decrement(String, String, double) - Method in class org.springframework.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
decrement(String, String, double) - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 
delete(String) - Method in class org.springframework.analytics.rest.controller.AggregateCounterController
Delete (reset) a specific counter.
delete(String) - Method in class org.springframework.analytics.rest.controller.CounterController
Delete (reset) a specific counter.
delete(String) - Method in class org.springframework.analytics.rest.controller.FieldValueCounterController
Delete (reset) a specific counter.
display(String) - Method in class org.springframework.analytics.rest.controller.AggregateCounterController
Retrieve information about a specific aggregate counter.
display(String, DateTime, DateTime, AggregateCounterResolution) - Method in class org.springframework.analytics.rest.controller.AggregateCounterController
Retrieve counts for a given time interval, using some precision.
display(String) - Method in class org.springframework.analytics.rest.controller.CounterController
Retrieve information about a specific counter.
display(String) - Method in class org.springframework.analytics.rest.controller.FieldValueCounterController
Retrieve information about a specific counter.

E

equals(Object) - Method in class org.springframework.analytics.metrics.FieldValueCounter
 
execute(RedisCallback<T>, boolean, boolean) - Method in class org.springframework.analytics.retry.RedisRetryTemplate
 

F

FieldValueCounter - Class in org.springframework.analytics.metrics
Represents the data stored in a Counter for multiple field-value pairs.
FieldValueCounter(String) - Constructor for class org.springframework.analytics.metrics.FieldValueCounter
 
FieldValueCounter(String, Map<String, Double>) - Constructor for class org.springframework.analytics.metrics.FieldValueCounter
 
FieldValueCounterController - Class in org.springframework.analytics.rest.controller
Allows interaction with Field Value Counters.
FieldValueCounterController(FieldValueCounterRepository) - Constructor for class org.springframework.analytics.rest.controller.FieldValueCounterController
 
FieldValueCounterReader - Interface in org.springframework.analytics.metrics
Contains operations to find FieldValueCounters.
FieldValueCounterRepository - Interface in org.springframework.analytics.metrics
Convenience interface that allows both reading and writing operations on FieldValueCounters.
FieldValueCounterResource - Class in org.springframework.analytics.rest.domain
The REST representation of a Field Value Counter.
FieldValueCounterResource() - Constructor for class org.springframework.analytics.rest.domain.FieldValueCounterResource
No-arg constructor for serialization frameworks.
FieldValueCounterResource(String, Map<String, Double>) - Constructor for class org.springframework.analytics.rest.domain.FieldValueCounterResource
 
FieldValueCounterWriter - Interface in org.springframework.analytics.metrics
Contains operations to modify and reset FieldValueCounter instances.
findOne(String) - Method in interface org.springframework.analytics.metrics.AggregateCounterReader
Retrieve a single counter by name.
findOne(String) - Method in interface org.springframework.analytics.metrics.FieldValueCounterReader
Retrieve a single counter by name.
findOne(String) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
findOne(String) - Method in class org.springframework.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
findOne(String) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 
findOne(String) - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 

G

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
 

H

hashCode() - Method in class org.springframework.analytics.metrics.FieldValueCounter
 
hashOperations - Variable in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 

I

increment(String, long, DateTime) - Method in interface org.springframework.analytics.metrics.AggregateCounterWriter
Increments the named counter by a specific amount for the given instant.
increment(String, String, double) - Method in interface org.springframework.analytics.metrics.FieldValueCounterWriter
Increment the FieldValueCounter for a given field name by score, creating missing counters.
increment(String) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
increment(String, long, DateTime) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
increment(String, String, double) - Method in class org.springframework.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
increment(String, long, DateTime) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 
increment(String, String, double) - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 
InMemoryAggregateCounterRepository - Class in org.springframework.analytics.metrics.memory
In-memory aggregate counter with minute resolution.
InMemoryAggregateCounterRepository() - Constructor for class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
InMemoryFieldValueCounterRepository - Class in org.springframework.analytics.metrics.memory
Memory backed implementation of FieldValueCounterRepository that uses a ConcurrentMap
InMemoryFieldValueCounterRepository() - Constructor for class org.springframework.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 

L

list() - Method in interface org.springframework.analytics.metrics.AggregateCounterReader
List the names of all available aggregate counters.
list() - Method in interface org.springframework.analytics.metrics.FieldValueCounterReader
List the names of all available counters.
list() - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
list() - Method in class org.springframework.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
list() - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 
list() - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 
list(Pageable, PagedResourcesAssembler<String>, boolean, DateTime, DateTime, AggregateCounterResolution) - Method in class org.springframework.analytics.rest.controller.AggregateCounterController
List Counters that match the given criteria.
list(Pageable, PagedResourcesAssembler<Metric<Double>>, boolean) - Method in class org.springframework.analytics.rest.controller.CounterController
List Counters that match the given criteria.
list(PagedResourcesAssembler<String>) - Method in class org.springframework.analytics.rest.controller.FieldValueCounterController
List Counters that match the given criteria.
LoggingRecoveryCallback - Class in org.springframework.analytics.retry
A callback that logs information about the failure to execute the redis operation after retries have been exhausted
LoggingRecoveryCallback() - Constructor for class org.springframework.analytics.retry.LoggingRecoveryCallback
 

M

MetricResource - Class in org.springframework.analytics.rest.domain
Base class for REST representations of named metrics.
MetricResource() - Constructor for class org.springframework.analytics.rest.domain.MetricResource
No arg constructor for serialization frameworks.
MetricResource(String) - Constructor for class org.springframework.analytics.rest.domain.MetricResource
 
MetricResource.Page - Class in org.springframework.analytics.rest.domain
Dedicated subclass to workaround type erasure.
MetricResource.Page() - Constructor for class org.springframework.analytics.rest.domain.MetricResource.Page
 
MetricUtils - Class in org.springframework.analytics.metrics
Utility class, primarily to avoid exposing mutable objects beyond the core package.
MetricUtils() - Constructor for class org.springframework.analytics.metrics.MetricUtils
 
minus(DateTime, int) - Method in enum org.springframework.analytics.metrics.AggregateCounterResolution
Subtracts this resolution a given number of times from a supplied date.

O

org.springframework.analytics.metrics - package org.springframework.analytics.metrics
 
org.springframework.analytics.metrics.memory - package org.springframework.analytics.metrics.memory
 
org.springframework.analytics.metrics.redis - package org.springframework.analytics.metrics.redis
 
org.springframework.analytics.rest - package org.springframework.analytics.rest
Package for REST controller/domain classes.
org.springframework.analytics.rest.controller - package org.springframework.analytics.rest.controller
Package for REST controller classes.
org.springframework.analytics.rest.domain - package org.springframework.analytics.rest.domain
Package for REST domain classes.
org.springframework.analytics.retry - package org.springframework.analytics.retry
 

P

preProcessConnection(RedisConnection, boolean) - Method in class org.springframework.analytics.retry.StringRedisRetryTemplate
 

R

recover(RetryContext) - Method in class org.springframework.analytics.retry.LoggingRecoveryCallback
 
RedisAggregateCounterRepository - Class in org.springframework.analytics.metrics.redis
Redis implementation of AggregateCounterRepository.
RedisAggregateCounterRepository(RedisConnectionFactory, RetryOperations) - Constructor for class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 
RedisFieldValueCounterRepository - Class in org.springframework.analytics.metrics.redis
 
RedisFieldValueCounterRepository(RedisConnectionFactory, RetryOperations) - Constructor for class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 
RedisFieldValueCounterRepository(RedisConnectionFactory, String, RetryOperations) - Constructor for class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 
RedisRetryTemplate<K,V> - Class in org.springframework.analytics.retry
Adds Retry functionality to RedisTemplate
RedisRetryTemplate() - Constructor for class org.springframework.analytics.retry.RedisRetryTemplate
 
reset(String) - Method in interface org.springframework.analytics.metrics.AggregateCounterWriter
Reset the given AggregateCounter.
reset(String) - Method in interface org.springframework.analytics.metrics.FieldValueCounterWriter
Reset the given FieldValueCounter.
reset(String) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
reset(String) - Method in class org.springframework.analytics.metrics.memory.InMemoryFieldValueCounterRepository
 
reset(String) - Method in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 
reset(String) - Method in class org.springframework.analytics.metrics.redis.RedisFieldValueCounterRepository
 
RetryOperations() - Method in class org.springframework.analytics.retry.RedisRetryTemplate
 

S

save(AggregateCounter) - Method in class org.springframework.analytics.metrics.memory.InMemoryAggregateCounterRepository
 
setOperations - Variable in class org.springframework.analytics.metrics.redis.RedisAggregateCounterRepository
 
setRecoveryCallback(RecoveryCallback<?>) - Method in class org.springframework.analytics.retry.RedisRetryTemplate
 
setRetryOperations(RetryOperations) - Method in class org.springframework.analytics.retry.RedisRetryTemplate
 
setValues(Map<String, Double>) - Method in class org.springframework.analytics.rest.domain.FieldValueCounterResource
 
shallowResourceAssembler - Variable in class org.springframework.analytics.rest.controller.CounterController
 
StringRedisRetryTemplate - Class in org.springframework.analytics.retry
String-focused extension of RedisRetryTemplate.
StringRedisRetryTemplate(RedisConnectionFactory, RetryOperations) - Constructor for class org.springframework.analytics.retry.StringRedisRetryTemplate
Constructs a new StringRedisTemplate instance with a set of retry operations.
sum(long[]) - Static method in class org.springframework.analytics.metrics.MetricUtils
Return the sum of values in the array

T

toString() - Method in class org.springframework.analytics.metrics.AggregateCounter
 
toString() - Method in class org.springframework.analytics.metrics.FieldValueCounter
 

U

unitPeriod - Variable in enum org.springframework.analytics.metrics.AggregateCounterResolution
 

V

valueOf(String) - Static method in enum org.springframework.analytics.metrics.AggregateCounterResolution
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.analytics.metrics.AggregateCounterResolution
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M O P R S T U V 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.