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.EventObjects.DeleteEEResponseData Class Reference

DeleteEEResponseData event object, to delete EE response data from the storage. More...

Inheritance diagram for dtm.EventObjects.DeleteEEResponseData:
Collaboration diagram for dtm.EventObjects.DeleteEEResponseData:

Public Member Functions

def __init__ (self, taskId)
 constructor initialize task id field More...
 

Public Attributes

 id
 The task Id. More...
 

Detailed Description

DeleteEEResponseData event object, to delete EE response data from the storage.

The DeleteEEResponseData object used to send request to the TaskDataManager.

Definition at line 621 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EventObjects.DeleteEEResponseData.__init__ (   self,
  taskId 
)

constructor initialize task id field

Parameters
idtask id.

Definition at line 627 of file EventObjects.py.

627  def __init__(self, taskId):
628 
630  self.id = taskId
631 
632 
633 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ id

dtm.EventObjects.DeleteEEResponseData.id

The task Id.

Definition at line 630 of file EventObjects.py.


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