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.EventObjects.DeleteTaskResults Class Reference

DeleteTaskResults event object, for delete task results from DTM application operation. More...

Inheritance diagram for dtm.EventObjects.DeleteTaskResults:
Collaboration diagram for dtm.EventObjects.DeleteTaskResults:

Public Member Functions

def __init__ (self, taskId)
 constructor initialize task's fields More...
 

Public Attributes

 id
 The task Id. More...
 

Static Public Attributes

int TASK_STATE_ERROR = 2000
 
string TASK_STATE_ERROR_MESSAGE = "Wrong task state to cleanup task's data!"
 
int TASK_NOT_FOUND_ERROR = 2001
 
string TASK_NOT_FOUND_ERROR_MESSAGE = "Task not found!"
 
int EMPRY_RAW_ERROR = 2002
 
string EMPRY_RAW_ERROR_MESSAGE = "Empty json raw!"
 
int DRCE_ERROR = 2003
 
string DRCE_ERROR_MESSAGE = "Some DRCE Error!"
 

Detailed Description

DeleteTaskResults event object, for delete task results from DTM application operation.

The DeleteTaskResults object used to completely delete the task-related data inside DTM application and EE.

Definition at line 1070 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EventObjects.DeleteTaskResults.__init__ (   self,
  taskId 
)

constructor initialize task's fields

Parameters
taskIdThe task's unique identifier.

Definition at line 1086 of file EventObjects.py.

1086  def __init__(self, taskId):
1087 
1089  self.id = taskId
1090 
1091 
1092 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ DRCE_ERROR

int dtm.EventObjects.DeleteTaskResults.DRCE_ERROR = 2003
static

Definition at line 1078 of file EventObjects.py.

◆ DRCE_ERROR_MESSAGE

string dtm.EventObjects.DeleteTaskResults.DRCE_ERROR_MESSAGE = "Some DRCE Error!"
static

Definition at line 1079 of file EventObjects.py.

◆ EMPRY_RAW_ERROR

int dtm.EventObjects.DeleteTaskResults.EMPRY_RAW_ERROR = 2002
static

Definition at line 1076 of file EventObjects.py.

◆ EMPRY_RAW_ERROR_MESSAGE

string dtm.EventObjects.DeleteTaskResults.EMPRY_RAW_ERROR_MESSAGE = "Empty json raw!"
static

Definition at line 1077 of file EventObjects.py.

◆ id

dtm.EventObjects.DeleteTaskResults.id

The task Id.

Definition at line 1089 of file EventObjects.py.

◆ TASK_NOT_FOUND_ERROR

int dtm.EventObjects.DeleteTaskResults.TASK_NOT_FOUND_ERROR = 2001
static

Definition at line 1074 of file EventObjects.py.

◆ TASK_NOT_FOUND_ERROR_MESSAGE

string dtm.EventObjects.DeleteTaskResults.TASK_NOT_FOUND_ERROR_MESSAGE = "Task not found!"
static

Definition at line 1075 of file EventObjects.py.

◆ TASK_STATE_ERROR

int dtm.EventObjects.DeleteTaskResults.TASK_STATE_ERROR = 2000
static

Definition at line 1072 of file EventObjects.py.

◆ TASK_STATE_ERROR_MESSAGE

string dtm.EventObjects.DeleteTaskResults.TASK_STATE_ERROR_MESSAGE = "Wrong task state to cleanup task's data!"
static

Definition at line 1073 of file EventObjects.py.


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