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_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass Class Reference
Inheritance diagram for dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass:
Collaboration diagram for dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass:

Public Member Functions

def __init__ (self, getConfigOption=None, log=None)
 
def init (self)
 
def processBatch (self, batchObj)
 
def processBatchItem (self, batchItemObj)
 

Public Attributes

 getConfigOption
 
 logger
 

Detailed Description

Definition at line 17 of file PostProcessingModuleClass.py.

Constructor & Destructor Documentation

◆ __init__()

def dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass.__init__ (   self,
  getConfigOption = None,
  log = None 
)

Definition at line 20 of file PostProcessingModuleClass.py.

20  def __init__(self, getConfigOption=None, log=None):
21  self.getConfigOption = getConfigOption
22  self.logger = log
23 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Function Documentation

◆ init()

def dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass.init (   self)

Definition at line 28 of file PostProcessingModuleClass.py.

28  def init(self):
29  pass
30 
31 
Here is the caller graph for this function:

◆ processBatch()

def dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass.processBatch (   self,
  batchObj 
)

Definition at line 36 of file PostProcessingModuleClass.py.

36  def processBatch(self, batchObj):
37  return batchObj
38 
39 
Here is the caller graph for this function:

◆ processBatchItem()

def dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass.processBatchItem (   self,
  batchItemObj 
)

Definition at line 44 of file PostProcessingModuleClass.py.

44  def processBatchItem(self, batchItemObj):
45  return batchItemObj
46 

Member Data Documentation

◆ getConfigOption

dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass.getConfigOption

Definition at line 21 of file PostProcessingModuleClass.py.

◆ logger

dc_postprocessor.PostProcessingModuleClass.PostProcessingModuleClass.logger

Definition at line 22 of file PostProcessingModuleClass.py.


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