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
dc.EventObjects.FieldRecalculatorObj Class Reference
Inheritance diagram for dc.EventObjects.FieldRecalculatorObj:
Collaboration diagram for dc.EventObjects.FieldRecalculatorObj:

Public Member Functions

def __init__ (self, siteId, recalcType=FULL_RECALC, criterions=None)
 
- Public Member Functions inherited from app.Utils.JsonSerializable
def __init__ (self)
 
def toJSON (self)
 

Public Attributes

 siteId
 
 recalcType
 
 criterions
 

Static Public Attributes

int FULL_RECALC = 0
 
int PARTITION_RECALC = 1
 

Additional Inherited Members

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

Detailed Description

Definition at line 1131 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dc.EventObjects.FieldRecalculatorObj.__init__ (   self,
  siteId,
  recalcType = FULL_RECALC,
  criterions = None 
)

Definition at line 1137 of file EventObjects.py.

1137  def __init__(self, siteId, recalcType=FULL_RECALC, criterions=None):
1138  super(FieldRecalculatorObj, self).__init__()
1139  self.siteId = siteId
1140  self.recalcType = recalcType
1141  self.criterions = criterions
1142 
1143 
1144 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ criterions

dc.EventObjects.FieldRecalculatorObj.criterions

Definition at line 1141 of file EventObjects.py.

◆ FULL_RECALC

int dc.EventObjects.FieldRecalculatorObj.FULL_RECALC = 0
static

Definition at line 1133 of file EventObjects.py.

◆ PARTITION_RECALC

int dc.EventObjects.FieldRecalculatorObj.PARTITION_RECALC = 1
static

Definition at line 1134 of file EventObjects.py.

◆ recalcType

dc.EventObjects.FieldRecalculatorObj.recalcType

Definition at line 1140 of file EventObjects.py.

◆ siteId

dc.EventObjects.FieldRecalculatorObj.siteId

Definition at line 1139 of file EventObjects.py.


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