Home | Trees | Indices | Help |
|
---|
|
ComputeUnitService (CUS).
Please use ComputeDataService!
The ComputeUnitService is the application's interface to submit ComputeUnits to the Pilot-Manager in the P* Model.
It can provide the application with a list of ComputeUnits that are managed by the Pilot-Manager.
The ComputeUnitService is linked to a PilotComputeService for the actual execution of the ComputeUnits.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a Work Service object. Keyword arguments: wus_id -- Reconnect to an existing WUS (optional).
|
Add a PilotComputeService to this WUS. Keyword arguments: pilotjob_services -- The PilotCompute Service(s) to which this Work Unit Service will connect. Return: Result |
Remove a PilotComputeService from this WUS. Note that it won't cancel the PilotComputeService, it will just no longer be connected to this WUS. Keyword arguments: pilotjob_services -- The PilotCompute Service(s) to remove from this Work Unit Service. Return: Result |
Submit a WU to this Work Unit Service. Keyword argument: wud -- The WorkUnitDescription from the application Return: WorkUnit object |
Cancel the WUS. Cancelling the WUS also cancels all the WUs submitted to it. Keyword arguments: None Return: Result |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 26 22:29:04 2013 | http://epydoc.sourceforge.net |