Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
org.springframework.cloud.dataflow.shell.command |
Command classes for the Spring Cloud Data Flow Shell.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<MetricResource> |
FieldValueCounterTemplate.list() |
org.springframework.hateoas.PagedResources<MetricResource> |
FieldValueCounterOperations.list()
Retrieve basic information (i.e.
|
org.springframework.hateoas.PagedResources<MetricResource> |
CounterTemplate.list() |
org.springframework.hateoas.PagedResources<MetricResource> |
CounterOperations.list()
Retrieve basic information (i.e.
|
org.springframework.hateoas.PagedResources<MetricResource> |
AggregateCounterTemplate.list() |
org.springframework.hateoas.PagedResources<MetricResource> |
AggregateCounterOperations.list()
Retrieve basic information (i.e.
|
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.
|
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 | Method and Description |
---|---|
protected org.springframework.shell.table.Table |
AbstractMetricsCommands.displayMetrics(org.springframework.hateoas.PagedResources<MetricResource> list)
Render a table with information about a list of metrics
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.