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
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
o
p
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
SchedulerTask.py
Go to the documentation of this file.
1
'''
2
@package: dtm
3
@author igor
4
@link: http://hierarchical-cluster-engine.com/
5
@copyright: Copyright © 2013-2014 IOIX Ukraine
6
@license: http://hierarchical-cluster-engine.com/license/
7
@since: 0.1
8
'''
9
10
12
class
SchedulerTask
(object):
13
14
17
def
__init__
(self):
18
self.
id
=
None
19
self.
rTime
= 0
20
self.
rTimeMax
= 0
21
self.
state
=
None
22
self.
priority
= 0
23
self.
strategy
=
""
24
self.
tries
= 0
dtm.SchedulerTask.SchedulerTask.rTime
rTime
Definition:
SchedulerTask.py:19
dtm.SchedulerTask.SchedulerTask.tries
tries
Definition:
SchedulerTask.py:24
dtm.SchedulerTask.SchedulerTask.strategy
strategy
Definition:
SchedulerTask.py:23
dtm.SchedulerTask.SchedulerTask
Class describes structures of task item used in Scheduler.
Definition:
SchedulerTask.py:12
dtm.SchedulerTask.SchedulerTask.id
id
Definition:
SchedulerTask.py:18
dtm.SchedulerTask.SchedulerTask.state
state
Definition:
SchedulerTask.py:21
dtm.SchedulerTask.SchedulerTask.priority
priority
Definition:
SchedulerTask.py:22
dtm.SchedulerTask.SchedulerTask.__init__
def __init__(self)
constructor initialise all class variable of None more information in DTM_application_architecture ...
Definition:
SchedulerTask.py:17
dtm.SchedulerTask.SchedulerTask.rTimeMax
rTimeMax
Definition:
SchedulerTask.py:20
sources
hce
dtm
SchedulerTask.py
Generated on Fri Nov 24 2017 18:53:59 for HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings. by
1.8.13