Home | Trees | Indices | Help |
|
---|
|
ComputeUnit (CU).
This is the object that is returned by the ComputeDataService when a new ComputeUnit is submitted based on a ComputeUnitDescription.
The ComputeUnit object can be used by the application to keep track of ComputeUnits that are active.
A ComputeUnit has state, can be queried and can be cancelled.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
CU_ID_PREFIX =
|
Properties | |
callback (Inherited from pilot.api.compute.api.ComputeUnit) | |
description (Inherited from pilot.api.compute.api.ComputeUnit) | |
id (Inherited from pilot.api.compute.api.ComputeUnit) | |
state_detail (Inherited from pilot.api.compute.api.ComputeUnit) | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns unique identifier of Compute Unit. Deprecated: Please use get_url() instead. |
Returns URL of Compute Unit. This URL can be used to reconnect to this Compute Unit later on. |
Returns dict with Compute Unit Details (e.g. job description, timings) |
Returns current state of Compute Unit
|
Wait until in Done state (or Failed state)
|
Terminates Compute Unit
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jan 26 22:29:06 2013 | http://epydoc.sourceforge.net |