Manage a set of Xgrid jobs.
|
__init__(self,
gridID=u' 0 ' ,
connection=None,
update=0)
Create a JobManager for a given Grid and Connection. |
source code
|
|
|
_updateJobs(self)
Updates the _jobIDs and _jobs instance variables. |
source code
|
|
|
_checkGridID(self,
result,
gridID)
Checks a dictionary for an InvalidGridIdentifier error. |
source code
|
|
list
|
jobs(self,
update=1)
Returns a list of initialized Job objects for all active jobs. |
source code
|
|
|
job(self,
jobID=u' 999999999 ' ,
update=1)
Returns the Job object with job identifier id. |
source code
|
|
tuple
|
jobIDs(self,
update=1)
Returns a tuple of job identifiers for all active jobs. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
printJobs(self)
Prints information about all active Xgrid jobs. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|