|
__eq__(self,
x)
Equality operator (==), compare the Transform properties which are
declared as [comparable]. |
source code
|
|
|
__init__(self,
*args,
**kwds)
GPI Transform object constructor: Transform() : create transform with
default settings; Transform(t) : make a copy of t;
Transform(t,x=a,...): make a copy of t and set property 'x' to a,
etc.. |
source code
|
|
|
__ne__(self,
x)
Non-equality operator (!=). |
source code
|
|
|
|
|
|
|
__str__(self)
Return a printable string representing Transform object as a tree of
properties. |
source code
|
|
|
|
|
getJobs(...)
Get the job slice of all jobs for this transform |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pause(...)
Pause the task - the background thread will not submit new jobs from
this task |
source code
|
|
|
retryFailed(...)
Retry all failed partitions (forget about failed jobs) |
source code
|
|
|
run(...)
Sets this transform to running status |
source code
|
|
|
setFailed(...)
Tells Tasks that all Applications that have executed this partition
have actually failed. |
source code
|
|
|
|
|
setRunlimit(...)
Set the number of times a job should be resubmitted before the
transform is paused |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
application = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor obj...
|
|
backend = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object ...
|
|
inputdata = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor objec...
|
|
inputsandbox = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor ob...
|
|
name = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object at ...
|
|
outputdata = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor obje...
|
|
outputsandbox = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor o...
|
|
run_limit = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor objec...
|
|
status = <Ganga.GPIDev.Base.Proxy.ProxyDataDescriptor object a...
|