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

AvailableTaskIds event object, for return all available task id. More...

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

Public Member Functions

def __init__ (self, ids, tasks=None)
 constructor initialize task's fields More...
 
- Public Member Functions inherited from app.Utils.JsonSerializable
def __init__ (self)
 
def toJSON (self)
 

Public Attributes

 ids
 
 tasks
 

Additional Inherited Members

- Static Public Member Functions inherited from app.Utils.JsonSerializable
def json_serial (obj)
 

Detailed Description

AvailableTaskIds event object, for return all available task id.

Definition at line 1129 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EventObjects.AvailableTaskIds.__init__ (   self,
  ids,
  tasks = None 
)

constructor initialize task's fields

Parameters
idsThe sequence of all task ids

Definition at line 1134 of file EventObjects.py.

1134  def __init__(self, ids, tasks=None):
1135  super(AvailableTaskIds, self).__init__()
1136  self.ids = ids
1137  self.tasks = tasks
1138 
1139 
1140 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ ids

dtm.EventObjects.AvailableTaskIds.ids

Definition at line 1136 of file EventObjects.py.

◆ tasks

dtm.EventObjects.AvailableTaskIds.tasks

Definition at line 1137 of file EventObjects.py.


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