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
drce.Commands.TaskCheckRequest Class Reference

Check task request. More...

Inheritance diagram for drce.Commands.TaskCheckRequest:
Collaboration diagram for drce.Commands.TaskCheckRequest:

Public Member Functions

def __init__ (self, tId, info_type)
 
- Public Member Functions inherited from drce.Commands.BaseRequest
def __init__ (self, ctype, cid)
 constructor More...
 
- Public Member Functions inherited from app.Utils.JsonSerializable
def __init__ (self)
 
def toJSON (self)
 

Public Attributes

 data
 
- Public Attributes inherited from drce.Commands.BaseRequest
 type
 
 data
 
 id
 
 route
 
 task_type
 

Additional Inherited Members

- Static Public Member Functions inherited from app.Utils.JsonSerializable
def json_serial (obj)
 

Detailed Description

Check task request.

Definition at line 169 of file Commands.py.

Constructor & Destructor Documentation

◆ __init__()

def drce.Commands.TaskCheckRequest.__init__ (   self,
  tId,
  info_type 
)

Definition at line 171 of file Commands.py.

171  def __init__(self, tId, info_type):
172  super(TaskCheckRequest, self).__init__(consts.CHECK_TASK_STATE, tId)
173 
174  self.data = dict({"type" : info_type})
175 
176 
177 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ data

drce.Commands.TaskCheckRequest.data

Definition at line 174 of file Commands.py.


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