public final class TaskProperties
extends java.lang.Object
getProperties
).Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALLOCATED_CORES_FOR_TASK
The number of cores slots the task is allocated.
|
static java.lang.String |
ALLOCATED_MEMORY_FOR_TASK
The amount of memory the task is allocated.
|
static java.lang.String |
ENVIRONMENT
Task environment associated with host that will execute task.
|
static java.lang.String |
ESTIMATED_MEMORY_USAGE_FOR_TASK
The amount of reserved estimated memory usage for the task.
|
static java.lang.String |
GRACEFUL_CANCELLATION_TIMEOUT
The amount of time in milliseconds to wait for a task to exit gracefully when
cancelled.
|
static java.lang.String |
HOST_END_TIME
Time host finished executing task.
|
static java.lang.String |
HOST_START_TIME
Time host started executing task.
|
static java.lang.String |
INTERRUPTED_RETRY_ATTEMPTS
The number of retry attempts on this task.
|
static java.lang.String |
JOB_SCHEDULER_CONTEXT
Contains various methods dealing with job scheduler operations within the
task.
|
static java.lang.String |
LOGGER
The logger that can write to the host log files.
|
static java.lang.String |
MAX_CORES_FOR_TASK
The maximum number of desired cores slots the task should occupy.
|
static java.lang.String |
MAX_MEMORY_FOR_TASK
The maximum amount of reserved memory the task should consume.
|
static java.lang.String |
MIN_CORES_FOR_TASK
The minimum number of desired cores slots the task should occupy.
|
static java.lang.String |
MIN_MEMORY_FOR_TASK
The minimum amount of reserved memory the task should consume.
|
static java.lang.String |
SUBMITTER_ID
The id of the client that submitted this task.
|
static java.lang.String |
TASK_ANCESTRY
The task ancestry of this task.
|
public static final java.lang.String HOST_START_TIME
GregorianCalendar
.public static final java.lang.String HOST_END_TIME
GregorianCalendar
.public static final java.lang.String ENVIRONMENT
TaskEnvironment
.public static final java.lang.String LOGGER
public static final java.lang.String GRACEFUL_CANCELLATION_TIMEOUT
Integer
.public static final java.lang.String ALLOCATED_CORES_FOR_TASK
public static final java.lang.String MIN_CORES_FOR_TASK
public static final java.lang.String MAX_CORES_FOR_TASK
public static final java.lang.String ALLOCATED_MEMORY_FOR_TASK
public static final java.lang.String MIN_MEMORY_FOR_TASK
public static final java.lang.String MAX_MEMORY_FOR_TASK
public static final java.lang.String ESTIMATED_MEMORY_USAGE_FOR_TASK
public static final java.lang.String JOB_SCHEDULER_CONTEXT
public static final java.lang.String TASK_ANCESTRY
UUID
.public static final java.lang.String SUBMITTER_ID
public static final java.lang.String INTERRUPTED_RETRY_ATTEMPTS
Short
.