public class TaskResourceConfig extends BaseResourceConfig
TasksResource
endpoint.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_TASK_PROXY_FACTORY
Specifies the canonical name of the
TaskProxyFactory class to produce
TaskProxy instances. |
CONFIG_JOB_CONFIG_FACTORY, CONFIG_JOB_INSTALLATIONS_PATH
Constructor and Description |
---|
TaskResourceConfig(org.apache.samza.config.Config config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTaskProxyFactory() |
getInstallationsPath, 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_TASK_PROXY_FACTORY
TaskProxyFactory
class to produce
TaskProxy
instances.
To use your own proxy, implement the factory and specify the class for this config.public TaskResourceConfig(org.apache.samza.config.Config config)
public java.lang.String getTaskProxyFactory()
TaskProxyFactory
class to produce TaskProxy
instances.CONFIG_TASK_PROXY_FACTORY