@ConfigurationProperties(value="spring.cloud.deployer.mesos.chronos") public class ChronosTaskLauncherProperties extends Object
| Constructor and Description |
|---|
ChronosTaskLauncherProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiEndpoint() |
Set<Constraint> |
getConstraints() |
double |
getCpu() |
String[] |
getEnvironmentVariables() |
double |
getMemory() |
String |
getOwnerEmail() |
String |
getOwnerName() |
Integer |
getRetries() |
String[] |
getUris() |
void |
setApiEndpoint(String apiEndpoint) |
void |
setConstraints(Set<Constraint> constraints) |
void |
setCpu(double cpu) |
void |
setEnvironmentVariables(String[] environmentVariables) |
void |
setMemory(double memory) |
void |
setOwnerEmail(String ownerEmail) |
void |
setOwnerName(String ownerName) |
void |
setRetries(Integer retries) |
void |
setUris(String[] uris) |
public double getMemory()
public void setMemory(double memory)
public double getCpu()
public void setCpu(double cpu)
public String getApiEndpoint()
public void setApiEndpoint(String apiEndpoint)
public String[] getUris()
public void setUris(String[] uris)
public String[] getEnvironmentVariables()
public void setEnvironmentVariables(String[] environmentVariables)
public Integer getRetries()
public void setRetries(Integer retries)
public String getOwnerEmail()
public void setOwnerEmail(String ownerEmail)
public String getOwnerName()
public void setOwnerName(String ownerName)
public Set<Constraint> getConstraints()
public void setConstraints(Set<Constraint> constraints)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.