public interface JobProperties
CONFIG
rather than the individual values.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG
Configuration for a submitted application.
|
static java.lang.String |
DATA_DIRECTORY
Location of the submitted application's data directory.
|
static java.lang.String |
GROUP
Group name for a submitted application.
|
static java.lang.String |
NAME
Name for a submitted application.
|
static java.lang.String |
OVERRIDE_RESOURCE_LOAD_PROTECTION
Optional override for a submitted application.
|
static java.lang.String |
PRELOAD_APPLICATION_BUNDLES
Optionally specify whether to preload the job onto all resources in
the instance.
|
static final java.lang.String CONFIG
JobProperties
such as NAME
and GROUP
.
JobConfig
object.
Setting a job configuration is optional.
static final java.lang.String NAME
Specifying a job name is optional.
static final java.lang.String GROUP
Specifying a job group is optional. When specified an existing Job Group must be supplied. By default a Job is added to the job group "default".
static final java.lang.String OVERRIDE_RESOURCE_LOAD_PROTECTION
Specifies whether to submit the job regardless of the load settings for the target resources.
static final java.lang.String PRELOAD_APPLICATION_BUNDLES
static final java.lang.String DATA_DIRECTORY