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.TaskGetDataRequest Class Reference

Get task's data request. More...

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

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

Get task's data request.

Definition at line 180 of file Commands.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 182 of file Commands.py.

182  def __init__(self, tId, info_type):
183  super(TaskGetDataRequest, self).__init__(consts.GET_TASK_DATA, tId)
184 
185  self.data = dict({"type" : info_type})
186 
187 
188 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ data

drce.Commands.TaskGetDataRequest.data

Definition at line 185 of file Commands.py.


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