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

FetchEEResponseData event object, to fetch EE response data from the storage. More...

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

Public Member Functions

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

Public Attributes

 id
 The task Id. More...
 

Detailed Description

FetchEEResponseData event object, to fetch EE response data from the storage.

The FetchEEResponseData object used to send request to the TaskDataManager.

Definition at line 605 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

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

constructor initialize task id field

Parameters
idtask id.

Definition at line 611 of file EventObjects.py.

611  def __init__(self, taskId):
612 
614  self.id = taskId
615 
616 
617 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ id

dtm.EventObjects.FetchEEResponseData.id

The task Id.

Definition at line 614 of file EventObjects.py.


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