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

wrapper for task request More...

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

Public Member Functions

def __init__ (self, tId)
 
- 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

wrapper for task request

Definition at line 158 of file Commands.py.

Constructor & Destructor Documentation

◆ __init__()

def drce.Commands.TaskExecuteRequest.__init__ (   self,
  tId 
)

Definition at line 160 of file Commands.py.

160  def __init__(self, tId):
161  super(TaskExecuteRequest, self).__init__(consts.EXECUTE_TASK, tId)
162 
163  self.data = TaskExecuteStruct()
164 
165 
166 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ data

drce.Commands.TaskExecuteRequest.data

Definition at line 163 of file Commands.py.


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