public class JobsResourceConfig
extends org.apache.samza.config.MapConfig
JobsResource endpoint.| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CONFIG_JOB_CONFIG_FACTORYSpecifies the canonical name of the  ConfigFactoryto read the job configs. | 
| static java.lang.String | CONFIG_JOB_INSTALLATIONS_PATHThe path where all the Samza jobs are installed (unzipped). | 
| static java.lang.String | CONFIG_JOB_PROXY_FACTORYSpecifies the canonical name of the  JobProxyFactoryclass to produceJobProxyinstances. | 
| Constructor and Description | 
|---|
| JobsResourceConfig(org.apache.samza.config.Config config) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getInstallationsPath() | 
| java.lang.String | getJobProxyFactory() | 
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, sanitize, size, toString, valuesclear, get, getBoolean, getBoolean, getClass, getDate, getDate, getDate, getDate, getDate, getDate, getDouble, getDouble, getInt, getInt, getList, getList, getLong, getLong, getNewInstance, getShort, getShort, put, putAll, regexSubset, remove, subset, subsetpublic static final java.lang.String CONFIG_JOB_PROXY_FACTORY
JobProxyFactory class to produce
 JobProxy instances.
 To use your own proxy, implement the factory and specify the class for this config.public static final java.lang.String CONFIG_JOB_INSTALLATIONS_PATH
InstallationRecord.public static final java.lang.String CONFIG_JOB_CONFIG_FACTORY
ConfigFactory to read the job configs.public JobsResourceConfig(org.apache.samza.config.Config config)
public java.lang.String getJobProxyFactory()
JobProxyFactory class to produce JobProxy instances.CONFIG_JOB_CONFIG_FACTORYpublic java.lang.String getInstallationsPath()
CONFIG_JOB_INSTALLATIONS_PATH