public interface AggregateCounterOperations
Modifier and Type | Interface and Description |
---|---|
static class |
AggregateCounterOperations.Resolution |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<org.springframework.analytics.rest.domain.MetricResource> |
list()
Retrieve basic information (i.e.
|
void |
reset(String name)
Delete the aggregate counter with given name.
|
org.springframework.analytics.rest.domain.AggregateCounterResource |
retrieve(String name,
Date from,
Date to,
AggregateCounterOperations.Resolution resolution)
Retrieve the information for the given named AggregateCounter
|
org.springframework.analytics.rest.domain.AggregateCounterResource retrieve(String name, Date from, Date to, AggregateCounterOperations.Resolution resolution)
name
- the name of the aggregate counter to retrieve information forfrom
- the start dateto
- the end dateresolution
- the resolution (minute, hour, day, or month) of the aggregate
counter dataorg.springframework.hateoas.PagedResources<org.springframework.analytics.rest.domain.MetricResource> list()
void reset(String name)
name
- the name of the aggregate counterCopyright © 2017 Pivotal Software, Inc.. All rights reserved.