@Validated @ConfigurationProperties(value="spring.cloud.dataflow.server.cloudfoundry") public class CloudFoundryServerConfigurationProperties extends Object
ConfigurationProperties
class to configure various settings of Data Flow
running on Cloud Foundry.Modifier and Type | Field and Description |
---|---|
boolean |
debugReactor
Whether to turn on reactor style stacktraces.
|
static String |
PREFIX |
Constructor and Description |
---|
CloudFoundryServerConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getFreeDiskSpacePercentage() |
int |
getMaxPoolSize() |
int |
getMaxWaitTime() |
boolean |
isDebugReactor() |
void |
setDebugReactor(boolean debugReactor) |
void |
setFreeDiskSpacePercentage(int freeDiskSpacePercentage) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setMaxWaitTime(int maxWaitTime) |
public static final String PREFIX
public boolean debugReactor
public CloudFoundryServerConfigurationProperties()
@Min(value=0L) @Max(value=100L) public int getFreeDiskSpacePercentage()
public void setFreeDiskSpacePercentage(int freeDiskSpacePercentage)
public boolean isDebugReactor()
public void setDebugReactor(boolean debugReactor)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
public int getMaxWaitTime()
public void setMaxWaitTime(int maxWaitTime)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.