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

FetchTasksResultsFromCache event object, for fetch task's results data from DTM application. More...

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

Public Member Functions

def __init__ (self, taskId)
 constructor initialize task's fields More...
 

Public Attributes

 ids
 

Detailed Description

FetchTasksResultsFromCache event object, for fetch task's results data from DTM application.

The FetchTasksResultsFromCache object used to fetch task's results data. To delete results data from cache - delete the task

Definition at line 412 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

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

constructor initialize task's fields

Parameters
taskIdThe task Id.

Definition at line 418 of file EventObjects.py.

418  def __init__(self, taskId):
419 
421  self.ids = taskId
422 
423 
424 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ ids

dtm.EventObjects.FetchTasksResultsFromCache.ids

Definition at line 421 of file EventObjects.py.


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