public class BaseResourceConfig
extends org.apache.samza.config.MapConfig
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_JOB_CONFIG_FACTORY
Specifies the canonical name of the
ConfigFactory to read the job configs. |
static java.lang.String |
CONFIG_JOB_INSTALLATIONS_PATH
The path where all the Samza jobs are installed (unzipped).
|
Constructor and Description |
---|
BaseResourceConfig(org.apache.samza.config.Config config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstallationsPath() |
java.lang.String |
getJobConfigFactory() |
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, sanitize, size, toString, values
clear, 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, replaceAll, subset, subset
public static final java.lang.String CONFIG_JOB_CONFIG_FACTORY
ConfigFactory
to read the job configs.public static final java.lang.String CONFIG_JOB_INSTALLATIONS_PATH
InstallationRecord
.public BaseResourceConfig(org.apache.samza.config.Config config)
public java.lang.String getInstallationsPath()
CONFIG_JOB_INSTALLATIONS_PATH
public java.lang.String getJobConfigFactory()
CONFIG_JOB_INSTALLATIONS_PATH
is not defined, then returns the PropertiesConfigFactory
class name.CONFIG_JOB_INSTALLATIONS_PATH