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

Delete task request. More...

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

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)
 

Additional Inherited Members

- Static Public Member Functions inherited from app.Utils.JsonSerializable
def json_serial (obj)
 
- Public Attributes inherited from drce.Commands.BaseRequest
 type
 
 data
 
 id
 
 route
 
 task_type
 

Detailed Description

Delete task request.

Definition at line 208 of file Commands.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 211 of file Commands.py.

211  def __init__(self, tId):
212  super(TaskDeleteRequest, self).__init__(consts.DELETE_TASK, tId)
213 
214 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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