Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.resource.about |
Provides information about runtime, server, libraries etc.
|
org.springframework.cloud.dataflow.server.config |
Spring Cloud Data Flow Server configuration classes.
|
Modifier and Type | Method and Description |
---|---|
MonitoringDashboardType |
MonitoringDashboardInfo.getDashboardType() |
MonitoringDashboardType |
FeatureInfo.getMonitoringDashboardType() |
static MonitoringDashboardType |
MonitoringDashboardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitoringDashboardType[] |
MonitoringDashboardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoringDashboardInfo.setDashboardType(MonitoringDashboardType dashboardType) |
void |
FeatureInfo.setMonitoringDashboardType(MonitoringDashboardType monitoringDashboardType) |
Modifier and Type | Method and Description |
---|---|
MonitoringDashboardType |
DataflowMetricsProperties.Dashboard.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DataflowMetricsProperties.Dashboard.setType(MonitoringDashboardType type) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.