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

FetchTaskData event object, to fetch task data from the storage. More...

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

Public Member Functions

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

Public Attributes

 id
 The task Id. More...
 

Detailed Description

FetchTaskData event object, to fetch task data from the storage.

The FetchTaskData object used to send request to the TaskDataManager.

Definition at line 637 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

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

constructor initialize task id field

Parameters
idtask id.

Definition at line 643 of file EventObjects.py.

643  def __init__(self, taskId):
644 
646  self.id = taskId
647 
648 
649 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ id

dtm.EventObjects.FetchTaskData.id

The task Id.

Definition at line 646 of file EventObjects.py.


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