HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
dtm.TaskLog.TaskLog Class Reference

Class describes structures of task item used in TaskManager. More...

Inheritance diagram for dtm.TaskLog.TaskLog:
Collaboration diagram for dtm.TaskLog.TaskLog:

Public Member Functions

def __init__ (self)
 constructor initialise all class variable of None more information in DTM_application_architecture More...
 

Public Attributes

 id
 
 pId
 
 nodeName
 
 cDate
 
 sDate
 
 rDate
 
 fDate
 
 pTime
 
 pTimeMax
 
 state
 
 uRRAM
 
 uVRAM
 
 uCPU
 
 uThreads
 
 tries
 
 host
 
 port
 
 deleteTaskId
 
 autoCleanupFields
 
 type
 
 name
 

Detailed Description

Class describes structures of task item used in TaskManager.

Definition at line 10 of file TaskLog.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.TaskLog.TaskLog.__init__ (   self)

constructor initialise all class variable of None more information in DTM_application_architecture

Definition at line 16 of file TaskLog.py.

16  def __init__(self):
17  self.id = None
18  self.pId = None
19  self.nodeName = None
20  self.cDate = None
21  self.sDate = None
22  self.rDate = None
23  self.fDate = None
24  self.pTime = None
25  self.pTimeMax = None
26  self.state = None
27  self.uRRAM = None
28  self.uVRAM = None
29  self.uCPU = None
30  self.uThreads = None
31  self.tries = None
32  self.host = None
33  self.port = None
34  self.deleteTaskId = None
35  self.autoCleanupFields = None
36  self.type = None
37  self.name = None
38 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ autoCleanupFields

dtm.TaskLog.TaskLog.autoCleanupFields

Definition at line 35 of file TaskLog.py.

◆ cDate

dtm.TaskLog.TaskLog.cDate

Definition at line 20 of file TaskLog.py.

◆ deleteTaskId

dtm.TaskLog.TaskLog.deleteTaskId

Definition at line 34 of file TaskLog.py.

◆ fDate

dtm.TaskLog.TaskLog.fDate

Definition at line 23 of file TaskLog.py.

◆ host

dtm.TaskLog.TaskLog.host

Definition at line 32 of file TaskLog.py.

◆ id

dtm.TaskLog.TaskLog.id

Definition at line 17 of file TaskLog.py.

◆ name

dtm.TaskLog.TaskLog.name

Definition at line 37 of file TaskLog.py.

◆ nodeName

dtm.TaskLog.TaskLog.nodeName

Definition at line 19 of file TaskLog.py.

◆ pId

dtm.TaskLog.TaskLog.pId

Definition at line 18 of file TaskLog.py.

◆ port

dtm.TaskLog.TaskLog.port

Definition at line 33 of file TaskLog.py.

◆ pTime

dtm.TaskLog.TaskLog.pTime

Definition at line 24 of file TaskLog.py.

◆ pTimeMax

dtm.TaskLog.TaskLog.pTimeMax

Definition at line 25 of file TaskLog.py.

◆ rDate

dtm.TaskLog.TaskLog.rDate

Definition at line 22 of file TaskLog.py.

◆ sDate

dtm.TaskLog.TaskLog.sDate

Definition at line 21 of file TaskLog.py.

◆ state

dtm.TaskLog.TaskLog.state

Definition at line 26 of file TaskLog.py.

◆ tries

dtm.TaskLog.TaskLog.tries

Definition at line 31 of file TaskLog.py.

◆ type

dtm.TaskLog.TaskLog.type

Definition at line 36 of file TaskLog.py.

◆ uCPU

dtm.TaskLog.TaskLog.uCPU

Definition at line 29 of file TaskLog.py.

◆ uRRAM

dtm.TaskLog.TaskLog.uRRAM

Definition at line 27 of file TaskLog.py.

◆ uThreads

dtm.TaskLog.TaskLog.uThreads

Definition at line 30 of file TaskLog.py.

◆ uVRAM

dtm.TaskLog.TaskLog.uVRAM

Definition at line 28 of file TaskLog.py.


The documentation for this class was generated from the following file: