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.TasksStateUpdateService Namespace Reference

Classes

class  TasksStateUpdateService
 The TasksStateUpdateService class, is a listener of tasks state updates from DRCE FO of cluster nodes. More...
 

Variables

 logger = logging.getLogger(DTM_CONSTS.LOGGER_NAME)
 

Detailed Description

HCE project, Python bindings, Distributed Tasks Manager application.
TasksStateUpdateService object and related classes definitions.
This object acts as listener of updates of tasks states inside DRCE Execution Environment.
The DRCE Functional objects callback connects to this service and send update message when task changes its state.
This call initiated by DRCE node FO watchdog.


@package: dtm
@author bgv bgv.hce@gmail.com
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright © 2013-2014 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Variable Documentation

◆ logger

dtm.TasksStateUpdateService.logger = logging.getLogger(DTM_CONSTS.LOGGER_NAME)

Definition at line 39 of file TasksStateUpdateService.py.