Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.shell.command |
Command classes for the Spring Cloud Data Flow Shell.
|
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 |
---|---|
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 |
---|---|
org.springframework.shell.table.Table |
AggregateCounterCommands.display(String name,
String from,
String to,
Integer lastHours,
Integer lastDays,
AggregateCounterOperations.Resolution resolution,
NumberFormat pattern) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.