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
task.Task Class Reference
Inheritance diagram for task.Task:
Collaboration diagram for task.Task:

Public Member Functions

def __init__ (self, id=None, command=None, input=None, files=None, session=None, strategy=None, Tries=None, CDate=None)
 
def __repr__ (self)
 

Public Attributes

 id
 
 command
 
 input
 
 files
 
 session
 
 strategy
 
 Tries
 
 CDate
 

Static Public Attributes

int Tries = 10
 

Detailed Description

Definition at line 18 of file task.py.

Constructor & Destructor Documentation

◆ __init__()

def task.Task.__init__ (   self,
  id = None,
  command = None,
  input = None,
  files = None,
  session = None,
  strategy = None,
  Tries = None,
  CDate = None 
)

Definition at line 21 of file task.py.

21  def __init__(self, id=None, command=None, input=None, files=None, session=None, strategy=None, Tries=None, CDate=None ):
22  self.id = id
23  self.command= command
24  self.input = input
25  self.files= files
26  self.session = session
27  self.strategy = strategy
28  # for update testing fake value
29  self.Tries = Tries
30  self.CDate = CDate
31 
32 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Function Documentation

◆ __repr__()

def task.Task.__repr__ (   self)

Definition at line 33 of file task.py.

33  def __repr__(self):
34  return "<User(id='%s', data='%s')>" % (self.id, self.data)
35 

Member Data Documentation

◆ CDate

task.Task.CDate

Definition at line 30 of file task.py.

◆ command

task.Task.command

Definition at line 23 of file task.py.

◆ files

task.Task.files

Definition at line 25 of file task.py.

◆ id

task.Task.id

Definition at line 22 of file task.py.

◆ input

task.Task.input

Definition at line 24 of file task.py.

◆ session

task.Task.session

Definition at line 26 of file task.py.

◆ strategy

task.Task.strategy

Definition at line 27 of file task.py.

◆ Tries [1/2]

int task.Task.Tries = 10
static

Definition at line 20 of file task.py.

◆ Tries [2/2]

task.Task.Tries

Definition at line 29 of file task.py.


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