| Package | Description |
|---|---|
| org.springframework.analytics.rest.controller |
Package for REST controller classes.
|
| org.springframework.analytics.rest.domain |
Package for REST domain classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.hateoas.ResourceAssembler<org.springframework.boot.actuate.metrics.Metric<Double>,? extends MetricResource> |
CounterController.shallowResourceAssembler |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.PagedResources<? extends MetricResource> |
CounterController.list(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.boot.actuate.metrics.Metric<Double>> pagedAssembler,
boolean detailed)
List Counters that match the given criteria.
|
org.springframework.hateoas.PagedResources<? extends MetricResource> |
FieldValueCounterController.list(org.springframework.data.web.PagedResourcesAssembler<String> pagedAssembler)
List Counters that match the given criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateCounterResource
The REST representation of an Aggregate Count.
|
class |
CounterResource
The REST representation of a Counter.
|
class |
FieldValueCounterResource
The REST representation of a Field Value Counter.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.