| Package | Description |
|---|---|
| org.springframework.analytics.rest.controller |
Package for REST controller classes.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateCounterResource |
AggregateCounterController.display(String name)
Retrieve information about a specific aggregate counter.
|
AggregateCounterResource |
AggregateCounterController.display(String name,
org.joda.time.DateTime from,
org.joda.time.DateTime to,
AggregateCounterResolution resolution)
Retrieve counts for a given time interval, using some precision.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.PagedResources<AggregateCounterResource> |
AggregateCounterController.list(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<String> pagedAssembler,
boolean detailed,
org.joda.time.DateTime from,
org.joda.time.DateTime to,
AggregateCounterResolution resolution)
List Counters that match the given criteria.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.