Home | Trees | Indices | Help |
---|
|
object --+ | JobManager --+ | Grid
A class for working with jobs on a specific Xgrid grid.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Job |
|
||
Job |
|
||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
This class provides an interface to an Xgrid grid. An Xgrid grid is a collection of agents and jobs running on the agents. This class provides access to the jobs running on a grid. Currently, Xgrid does not expose an API for working directly with the agents in a grid. Instances of this class can be obtained using two methods.
>>> g = Grid(u'0')
|
Checks a dictionary for an InvalidGridIdentifier error.
|
Return the current status information about a grid. The grid info is a dictionary of keys describing the current state of the grid.
|
Submits a single task job to the current grid. This is a nonblocking job submission method for a single job with no sub-tasks. For more complicated jobs with sub-tasks, use the batch() method and the JobSpecification class. Job results can be obtained by calling the results() method of the Job object.
|
Submits a batch job to the current grid. This is a nonblocking job submission method used for submitting complex multi-task jobs. For single task jobs, use submit(). To retrieve job results, use the results() method of the Job class.
|
repr(x)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue May 4 09:27:10 2010 | http://epydoc.sourceforge.net |