| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregateCounterOperations.Resolution |
AggregateCounterOperations.Resolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateCounterOperations.Resolution[] |
AggregateCounterOperations.Resolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.analytics.rest.domain.AggregateCounterResource |
AggregateCounterOperations.retrieve(String name,
Date from,
Date to,
AggregateCounterOperations.Resolution resolution)
Retrieve the information for the given named AggregateCounter
|
org.springframework.analytics.rest.domain.AggregateCounterResource |
AggregateCounterTemplate.retrieve(String name,
Date from,
Date to,
AggregateCounterOperations.Resolution resolution) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.