| Home | Trees | Indices | Help |
|
|---|
|
|
Pilot Compute (PC).
This is the object that is returned by the PilotComputeService when a new PilotCompute is created based on a PilotComputeDescription.
The PilotCompute object can be used by the application to keep track of active pilots.
A ComputePilot has state, can be queried and cancelled.
Properties:
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
| callback (Inherited from pilot.api.compute.api.PilotCompute) | |
| context (Inherited from pilot.api.compute.api.PilotCompute) | |
| description (Inherited from pilot.api.compute.api.PilotCompute) | |
| id (Inherited from pilot.api.compute.api.PilotCompute) | |
| pj_type (Inherited from pilot.api.compute.api.PilotCompute) | |
| rm (Inherited from pilot.api.compute.api.PilotCompute) | |
| state (Inherited from pilot.api.compute.api.PilotCompute) | |
| state_detail (Inherited from pilot.api.compute.api.PilotCompute) | |
| wall_time_left (Inherited from pilot.api.compute.api.PilotCompute) | |
|
Inherited from |
|
| Method Details |
Create/reconnect to a Pilot Compute. Keyword arguments: pilot_url -- restore from cp_id The implementation will attempt to reconnect to the PC instance referenced by the pilot_url.
|
Terminates the pilot
|
Returns the state of the pilot
|
Wait until Pilot Compute to enter a final state (Done, Cancel or Failed) It is not an error to call wait() in a final state -- the call simply returns immediately. |
list managed ComputeUnits. Return value: A list of ComputeUnit IDs The returned list can include units which have been submitted to this pilot. |
returns a dict that contains the details of the Pilot Compute,
|
Submit a CU to this pilot.
|
repr(x)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jan 26 22:29:06 2013 | http://epydoc.sourceforge.net |