@ConfigurationProperties(value="spark") public class SparkClusterTaskProperties extends Object
| Constructor and Description |
|---|
SparkClusterTaskProperties() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAppArgs() |
String |
getAppClass() |
String |
getAppJar() |
String |
getAppName() |
long |
getAppStatusPollInterval() |
String |
getExecutorMemory() |
String |
getMaster() |
String |
getResourceArchives() |
String |
getResourceFiles() |
String |
getRestUrl() |
void |
setAppArgs(String[] appArgs) |
void |
setAppClass(String appClass) |
void |
setAppJar(String appJar) |
void |
setAppName(String appName) |
void |
setAppStatusPollInterval(long appStatusPollInterval) |
void |
setExecutorMemory(String executorMemory) |
void |
setMaster(String master) |
void |
setResourceArchives(String resourceArchives) |
void |
setResourceFiles(String resourceFiles) |
void |
setRestUrl(String restUrl) |
public String getMaster()
public void setMaster(String master)
public String getRestUrl()
public void setRestUrl(String restUrl)
public long getAppStatusPollInterval()
public void setAppStatusPollInterval(long appStatusPollInterval)
public String getAppName()
public void setAppName(String appName)
@NotNull public String getAppClass()
public void setAppClass(String appClass)
@NotNull public String getAppJar()
public void setAppJar(String appJar)
public String[] getAppArgs()
public void setAppArgs(String[] appArgs)
public String getResourceFiles()
public void setResourceFiles(String resourceFiles)
public String getResourceArchives()
public void setResourceArchives(String resourceArchives)
public String getExecutorMemory()
public void setExecutorMemory(String executorMemory)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.