Public Attributes | |
edg_wll_JobStatCode | state |
status code. | |
edg_wlc_JobId | jobId |
Id of the job. | |
char * | owner |
Job owner. | |
enum edg_wll_StatJobtype | jobtype |
Type of job. | |
edg_wlc_JobId | parent_job |
parent job of subjob. | |
char * | seed |
string used for generation of subjob IDs. | |
int | children_num |
number of subjobs. | |
char ** | children |
list of subjob IDs. | |
int * | children_hist |
summary (histogram) of children job states. | |
_edg_wll_JobStat * | children_states |
full status information of the children. | |
char * | condorId |
Id within Condor-G. | |
char * | globusId |
Globus allocated Id. | |
char * | localId |
Id within LRMS. | |
char * | jdl |
User submitted job description. | |
char * | matched_jdl |
Full job description after matchmaking. | |
char * | destination |
ID of CE where the job is being sent. | |
char * | condor_jdl |
ClassAd passed to Condor-G for last job execution. | |
char * | rsl |
Job RSL sent to Globus. | |
char * | reason |
Reason of being in this status, if any. | |
char * | location |
Where the job is being processed. | |
char * | ce_node |
Worker node where the job is executed. | |
char * | network_server |
Network server handling the job. | |
int | subjob_failed |
Subjob failed (the parent job will fail too). | |
enum edg_wll_StatDone_code | done_code |
Return code. | |
int | exit_code |
Unix exit code. | |
int | resubmitted |
The job was resubmitted. | |
int | cancelling |
Cancellation request in progress. | |
char * | cancelReason |
Reason of cancel. | |
int | cpuTime |
Consumed CPU time. | |
edg_wll_TagValue * | user_tags |
List of pairs (user_tag, user_value). | |
timeval | stateEnterTime |
When entered this status. | |
timeval | lastUpdateTime |
Last known event of the job. | |
int * | stateEnterTimes |
When all previous states were entered. | |
int | expectUpdate |
Some logged information has not arrived yet. | |
char * | expectFrom |
Sources of the missing information. | |
char * | acl |
ACL of the job. |