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_db.Constants.StatFreqConstants Class Reference
Inheritance diagram for dc_db.Constants.StatFreqConstants:
Collaboration diagram for dc_db.Constants.StatFreqConstants:

Static Public Attributes

string FREQ_INSERT = "FIns"
 
string FREQ_DELETE = "FDel"
 
string FREQ_UPDATE = "FUpd"
 
string FREQ_NEW_STATUS = "FNew"
 
string FREQ_CRAWLED_STATUS = "FCrawled"
 
string FREQ_PROCESSED_STATS = "FProcessed"
 
string FREQ_AGED_STATE = "FAged"
 
string FREQ_DELETED_STATE = "FDeleted"
 
string FREQ_PURGED_STATE = "FPurged"
 

Detailed Description

Definition at line 105 of file Constants.py.

Member Data Documentation

◆ FREQ_AGED_STATE

string dc_db.Constants.StatFreqConstants.FREQ_AGED_STATE = "FAged"
static

Definition at line 113 of file Constants.py.

◆ FREQ_CRAWLED_STATUS

string dc_db.Constants.StatFreqConstants.FREQ_CRAWLED_STATUS = "FCrawled"
static

Definition at line 111 of file Constants.py.

◆ FREQ_DELETE

string dc_db.Constants.StatFreqConstants.FREQ_DELETE = "FDel"
static

Definition at line 108 of file Constants.py.

◆ FREQ_DELETED_STATE

string dc_db.Constants.StatFreqConstants.FREQ_DELETED_STATE = "FDeleted"
static

Definition at line 114 of file Constants.py.

◆ FREQ_INSERT

string dc_db.Constants.StatFreqConstants.FREQ_INSERT = "FIns"
static

Definition at line 107 of file Constants.py.

◆ FREQ_NEW_STATUS

string dc_db.Constants.StatFreqConstants.FREQ_NEW_STATUS = "FNew"
static

Definition at line 110 of file Constants.py.

◆ FREQ_PROCESSED_STATS

string dc_db.Constants.StatFreqConstants.FREQ_PROCESSED_STATS = "FProcessed"
static

Definition at line 112 of file Constants.py.

◆ FREQ_PURGED_STATE

string dc_db.Constants.StatFreqConstants.FREQ_PURGED_STATE = "FPurged"
static

Definition at line 115 of file Constants.py.

◆ FREQ_UPDATE

string dc_db.Constants.StatFreqConstants.FREQ_UPDATE = "FUpd"
static

Definition at line 109 of file Constants.py.


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