SMILA (incubation) API documentation

org.eclipse.smila.jobmanager
Class JobManagerConstants

java.lang.Object
  extended by org.eclipse.smila.jobmanager.JobManagerConstants

public final class JobManagerConstants
extends java.lang.Object

constants used in JobManager data, e.g. keys of job run data properties.


Field Summary
static java.lang.String CONFIGURATION_BUNDLE
          bundle name holding configuration data.
static java.lang.String DATA_JOB_ID
          job run data key name for job run id.
static java.lang.String DATA_JOB_NO_OF_ACTIVE_WORKFLOW_RUNS
          job run data key name for number of active workflow runs.
static java.lang.String DATA_JOB_NO_OF_CANCELED_WORKFLOW_RUNS
          job data key name for number of canceled workflow runs.
static java.lang.String DATA_JOB_NO_OF_CANCELLED_TASKS
          job data key name for number of cancelled tasks.
static java.lang.String DATA_JOB_NO_OF_CREATED_TASKS
          job run data key name for number of created tasks.
static java.lang.String DATA_JOB_NO_OF_FAILED_TASKS_NOT_RETRIED
          job data key name for number of failed tasks that have not been retried.
static java.lang.String DATA_JOB_NO_OF_FAILED_TASKS_RETRIED
          job data key name for number of (finally) failed tasks that had been retried.
static java.lang.String DATA_JOB_NO_OF_FAILED_WORKFLOW_RUNS
          job run data key name for number of failed workflow runs.
static java.lang.String DATA_JOB_NO_OF_OBSOLETE_TASKS
          job data key name for number of obsolete tasks.
static java.lang.String DATA_JOB_NO_OF_RETRIED_TASKS_TTL
          job data key name for number of retried tasks, that were retried because of missing keep-alive.
static java.lang.String DATA_JOB_NO_OF_RETRIED_TASKS_WORKER
          job data key name for number of retried tasks, that were retried because of worker result.
static java.lang.String DATA_JOB_NO_OF_STARTED_WORKFLOW_RUNS
          job data key name for number of started workflow runs.
static java.lang.String DATA_JOB_NO_OF_SUCCESSFUL_TASKS
          job data key name for number of successfully finished tasks.
static java.lang.String DATA_JOB_NO_OF_SUCCESSFUL_WORKFLOW_RUNS
          job run data key name for number of successfully finished workflow runs.
static java.lang.String DATA_JOB_RUN_BUCKET_DEFS
          job run data key name for bucket definition.
static java.lang.String DATA_JOB_RUN_END_TIME
          job run data key name for job run end time.
static java.lang.String DATA_JOB_RUN_FINISH_TIME
          job run data key name for job run finish time.
static java.lang.String DATA_JOB_RUN_JOB_DEF
          job run data key name for job definition.
static java.lang.String DATA_JOB_RUN_MODE
          job run data key name for job run mode.
static java.lang.String DATA_JOB_RUN_START_TIME
          job run data key name for job run start time.
static java.lang.String DATA_JOB_RUN_WORKFLOW_DEF
          job run data key name for workflow definition.
static java.lang.String DATA_JOB_STATE
          job run data key name for job state.
static java.lang.String DATA_WORKFLOW_RUN_NO_OF_ACTIVE_TASKS
          workflow run data key name for number of active tasks.
static java.lang.String DATA_WORKFLOW_RUN_NO_OF_TRANSIENT_BULKS
          workflow run data key name for number of transient bulks.
static java.lang.String JOBMANAGER_REQUEST_URI
          base request URI for all jobmanager parts.
static java.lang.String KEY_RETURN_DETAILS
          The key for returning the details.
static java.lang.String SYSTEM_PARAMETER_PREFIX
          prefix for system variables/parameters.
static java.lang.String TASK_COUNTER
          job run data node for grouping task counter.
static java.lang.String TEMP_PREFIX
          prefix for temporary system variables/parameters.
static java.lang.String TIMESTAMP
          key for timestamps .
static java.lang.String WORKFLOW_RUN_COUNTER
          job run data node for grouping workflow run counter.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_BUNDLE

public static final java.lang.String CONFIGURATION_BUNDLE
bundle name holding configuration data.

See Also:
Constant Field Values

JOBMANAGER_REQUEST_URI

public static final java.lang.String JOBMANAGER_REQUEST_URI
base request URI for all jobmanager parts.

See Also:
Constant Field Values

DATA_JOB_ID

public static final java.lang.String DATA_JOB_ID
job run data key name for job run id.

See Also:
Constant Field Values

DATA_JOB_STATE

public static final java.lang.String DATA_JOB_STATE
job run data key name for job state.

See Also:
Constant Field Values

WORKFLOW_RUN_COUNTER

public static final java.lang.String WORKFLOW_RUN_COUNTER
job run data node for grouping workflow run counter.

See Also:
Constant Field Values

TASK_COUNTER

public static final java.lang.String TASK_COUNTER
job run data node for grouping task counter.

See Also:
Constant Field Values

DATA_JOB_NO_OF_ACTIVE_WORKFLOW_RUNS

public static final java.lang.String DATA_JOB_NO_OF_ACTIVE_WORKFLOW_RUNS
job run data key name for number of active workflow runs.

See Also:
Constant Field Values

DATA_JOB_NO_OF_SUCCESSFUL_WORKFLOW_RUNS

public static final java.lang.String DATA_JOB_NO_OF_SUCCESSFUL_WORKFLOW_RUNS
job run data key name for number of successfully finished workflow runs.

See Also:
Constant Field Values

DATA_JOB_NO_OF_FAILED_WORKFLOW_RUNS

public static final java.lang.String DATA_JOB_NO_OF_FAILED_WORKFLOW_RUNS
job run data key name for number of failed workflow runs.

See Also:
Constant Field Values

DATA_JOB_NO_OF_STARTED_WORKFLOW_RUNS

public static final java.lang.String DATA_JOB_NO_OF_STARTED_WORKFLOW_RUNS
job data key name for number of started workflow runs.

See Also:
Constant Field Values

DATA_JOB_NO_OF_CANCELED_WORKFLOW_RUNS

public static final java.lang.String DATA_JOB_NO_OF_CANCELED_WORKFLOW_RUNS
job data key name for number of canceled workflow runs.

See Also:
Constant Field Values

DATA_JOB_NO_OF_CREATED_TASKS

public static final java.lang.String DATA_JOB_NO_OF_CREATED_TASKS
job run data key name for number of created tasks.

See Also:
Constant Field Values

DATA_JOB_NO_OF_SUCCESSFUL_TASKS

public static final java.lang.String DATA_JOB_NO_OF_SUCCESSFUL_TASKS
job data key name for number of successfully finished tasks.

See Also:
Constant Field Values

DATA_JOB_NO_OF_OBSOLETE_TASKS

public static final java.lang.String DATA_JOB_NO_OF_OBSOLETE_TASKS
job data key name for number of obsolete tasks.

See Also:
Constant Field Values

DATA_JOB_NO_OF_FAILED_TASKS_RETRIED

public static final java.lang.String DATA_JOB_NO_OF_FAILED_TASKS_RETRIED
job data key name for number of (finally) failed tasks that had been retried.

See Also:
Constant Field Values

DATA_JOB_NO_OF_FAILED_TASKS_NOT_RETRIED

public static final java.lang.String DATA_JOB_NO_OF_FAILED_TASKS_NOT_RETRIED
job data key name for number of failed tasks that have not been retried.

See Also:
Constant Field Values

DATA_JOB_NO_OF_RETRIED_TASKS_TTL

public static final java.lang.String DATA_JOB_NO_OF_RETRIED_TASKS_TTL
job data key name for number of retried tasks, that were retried because of missing keep-alive.

See Also:
Constant Field Values

DATA_JOB_NO_OF_RETRIED_TASKS_WORKER

public static final java.lang.String DATA_JOB_NO_OF_RETRIED_TASKS_WORKER
job data key name for number of retried tasks, that were retried because of worker result.

See Also:
Constant Field Values

DATA_JOB_NO_OF_CANCELLED_TASKS

public static final java.lang.String DATA_JOB_NO_OF_CANCELLED_TASKS
job data key name for number of cancelled tasks.

See Also:
Constant Field Values

DATA_JOB_RUN_START_TIME

public static final java.lang.String DATA_JOB_RUN_START_TIME
job run data key name for job run start time.

See Also:
Constant Field Values

DATA_JOB_RUN_FINISH_TIME

public static final java.lang.String DATA_JOB_RUN_FINISH_TIME
job run data key name for job run finish time.

See Also:
Constant Field Values

DATA_JOB_RUN_END_TIME

public static final java.lang.String DATA_JOB_RUN_END_TIME
job run data key name for job run end time.

See Also:
Constant Field Values

DATA_JOB_RUN_MODE

public static final java.lang.String DATA_JOB_RUN_MODE
job run data key name for job run mode.

See Also:
Constant Field Values

DATA_JOB_RUN_JOB_DEF

public static final java.lang.String DATA_JOB_RUN_JOB_DEF
job run data key name for job definition.

See Also:
Constant Field Values

DATA_JOB_RUN_WORKFLOW_DEF

public static final java.lang.String DATA_JOB_RUN_WORKFLOW_DEF
job run data key name for workflow definition.

See Also:
Constant Field Values

DATA_JOB_RUN_BUCKET_DEFS

public static final java.lang.String DATA_JOB_RUN_BUCKET_DEFS
job run data key name for bucket definition.

See Also:
Constant Field Values

DATA_WORKFLOW_RUN_NO_OF_ACTIVE_TASKS

public static final java.lang.String DATA_WORKFLOW_RUN_NO_OF_ACTIVE_TASKS
workflow run data key name for number of active tasks.

See Also:
Constant Field Values

DATA_WORKFLOW_RUN_NO_OF_TRANSIENT_BULKS

public static final java.lang.String DATA_WORKFLOW_RUN_NO_OF_TRANSIENT_BULKS
workflow run data key name for number of transient bulks.

See Also:
Constant Field Values

TIMESTAMP

public static final java.lang.String TIMESTAMP
key for timestamps .

See Also:
Constant Field Values

KEY_RETURN_DETAILS

public static final java.lang.String KEY_RETURN_DETAILS
The key for returning the details.

See Also:
Constant Field Values

SYSTEM_PARAMETER_PREFIX

public static final java.lang.String SYSTEM_PARAMETER_PREFIX
prefix for system variables/parameters.

See Also:
Constant Field Values

TEMP_PREFIX

public static final java.lang.String TEMP_PREFIX
prefix for temporary system variables/parameters.

See Also:
Constant Field Values

SMILA (incubation) API documentation