Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
AggregateCounterResource |
AggregateCounterTemplate.retrieve(String name,
Date from,
Date to,
AggregateCounterOperations.Resolution resolution) |
AggregateCounterResource |
AggregateCounterOperations.retrieve(String name,
Date from,
Date to,
AggregateCounterOperations.Resolution resolution)
Retrieve the information for the given named AggregateCounter
|
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,
org.springframework.analytics.metrics.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,
org.springframework.analytics.metrics.AggregateCounterResolution resolution)
List Counters that match the given criteria.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.