@ConfigurationProperties public class ComposedTaskProperties extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INTERVAL_TIME_BETWEEN_CHECKS_DEFAULT |
static int |
MAX_WAIT_TIME_DEFAULT |
static int |
SPLIT_THREAD_CORE_POOL_SIZE_DEFAULT |
static int |
SPLIT_THREAD_KEEP_ALIVE_SECONDS_DEFAULT |
static int |
SPLIT_THREAD_MAX_POOL_SIZE_DEFAULT |
static int |
SPLIT_THREAD_QUEUE_CAPACITY_DEFAULT |
Constructor and Description |
---|
ComposedTaskProperties() |
public static final int MAX_WAIT_TIME_DEFAULT
public static final int INTERVAL_TIME_BETWEEN_CHECKS_DEFAULT
public static final int SPLIT_THREAD_CORE_POOL_SIZE_DEFAULT
public static final int SPLIT_THREAD_KEEP_ALIVE_SECONDS_DEFAULT
public static final int SPLIT_THREAD_MAX_POOL_SIZE_DEFAULT
public static final int SPLIT_THREAD_QUEUE_CAPACITY_DEFAULT
public int getMaxWaitTime()
public void setMaxWaitTime(int maxWaitTime)
public int getIntervalTimeBetweenChecks()
public void setIntervalTimeBetweenChecks(int intervalTimeBetweenChecks)
public URI getDataflowServerUri()
public void setDataflowServerUri(URI dataflowServerUri)
public String getDataflowServerUsername()
public void setDataflowServerUsername(String dataflowServerUsername)
public String getDataflowServerPassword()
public void setDataflowServerPassword(String dataflowServerPassword)
public String getGraph()
public void setGraph(String graph)
public String getComposedTaskProperties()
public void setComposedTaskProperties(String composedTaskProperties)
public String getComposedTaskArguments()
public void setComposedTaskArguments(String composedTaskArguments)
public boolean isSplitThreadAllowCoreThreadTimeout()
public void setSplitThreadAllowCoreThreadTimeout(boolean splitThreadAllowCoreThreadTimeout)
public int getSplitThreadCorePoolSize()
public void setSplitThreadCorePoolSize(int splitThreadCorePoolSize)
public int getSplitThreadKeepAliveSeconds()
public void setSplitThreadKeepAliveSeconds(int splitThreadKeepAliveSeconds)
public int getSplitThreadMaxPoolSize()
public void setSplitThreadMaxPoolSize(int splitThreadMaxPoolSize)
public int getSplitThreadQueueCapacity()
public void setSplitThreadQueueCapacity(int splitThreadQueueCapacity)
public boolean isSplitThreadWaitForTasksToCompleteOnShutdown()
public void setSplitThreadWaitForTasksToCompleteOnShutdown(boolean splitThreadWaitForTasksToCompleteOnShutdown)
public boolean isIncrementInstanceEnabled()
public void setIncrementInstanceEnabled(boolean incrementInstanceEnabled)
public String getDataflowServerAccessToken()
public void setDataflowServerAccessToken(String dataflowServerAccessToken)
public String getOauth2ClientCredentialsClientId()
public void setOauth2ClientCredentialsClientId(String oauth2ClientCredentialsClientId)
public String getOauth2ClientCredentialsClientSecret()
public void setOauth2ClientCredentialsClientSecret(String oauth2ClientCredentialsClientSecret)
public String getOauth2ClientCredentialsTokenUri()
public void setOauth2ClientCredentialsTokenUri(String oauth2ClientCredentialsTokenUri)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.