This is a Ganga.GPI.JobTime implementation class. Refer to
Ganga.GPI.JobTime.__doc__ for documentation.
|
|
|
|
|
_timestamps_summary_print(self,
value,
verbosity_level)
Used to display timestamps when JobTime object is displayed. |
source code
|
|
|
backend_final(self,
format=None)
Method for obtaining 'backend_final' timestamp. |
source code
|
|
|
backend_running(self,
format=None)
Method for obtaining 'backend_running' timestamp. |
source code
|
|
|
completing(self,
format=None)
Method for obtaining 'completing' timestamp. |
source code
|
|
|
details(self,
subjob=None)
Obtains all timestamps available from the job's specific backend. |
source code
|
|
|
display(self,
format=' %Y/%m/%d %H:%M:%S ' )
Displays existing timestamps in a table. |
source code
|
|
|
duration(self,
start,
end)
Returns duration between two specified timestamps as timedelta
object. |
source code
|
|
|
final(self,
format=None)
Method for obtaining 'final' timestamp. |
source code
|
|
|
new(self,
format=None)
Method for obtaining 'new' timestamp. |
source code
|
|
|
|
|
printdetails(self,
subjob=None)
Prints backend details to screen by calling details() and printing
the returned dictionary. |
source code
|
|
|
|
|
|
|
statetime(self,
status,
format=None)
General method for obtaining the specified timestamp in specified
format. |
source code
|
|
|
|
|
submitted(self,
format=None)
Method for obtaining 'submitted' timestamp. |
source code
|
|
|
submitting(self,
format=None)
Method for obtaining 'submitting' timestamp. |
source code
|
|
|
timenow(self,
status)
Updates timestamps as job status changes. |
source code
|
|
|
|
Inherited from Base.Objects.GangaObject :
__construct__ ,
__getstate__ ,
__setstate__ ,
_attribute_filter__set__ ,
_auto__init__ ,
accept ,
getJobObject
Inherited from Base.Objects.Node :
__copy__ ,
__eq__ ,
__ne__ ,
clone ,
copyFrom ,
printSummaryTree ,
printTree
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|