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_processor.ProcessorStoreContentKVDB Namespace Reference

Classes

class  ProcessorStoreContentKVDB
 

Variables

string APP_NAME = "ProcessorStoreContentKVDB"
 
string MSG_ERROR_LOAD_CONFIG = "Error loading config file. Exciting."
 
string MSG_ERROR_LOAD_LOG_CONFIG_FILE = "Error loading logging config file. Exiting."
 
string MSG_ERROR_LOAD_EXTRACTORS = "Error load extractors "
 
string MSG_ERROR_TEMPLATE_EXTRACTION = "Error template extraction "
 
string MSG_ERROR_DYNAMIC_EXTRACTION = "Error dynamic extraction "
 
string MSG_ERROR_LOAD_DB_BACKEND = "Error load db backend"
 
string MSG_ERROR_LOAD_OPTIONS = "Error load options"
 
string MSG_INFO_PREPARE_CONTENT = "Prepare content: "
 
string MSG_ERROR_ADJUST_PR = "Error adjust partial references. "
 
string MSG_ERROR_PROCESS = "Processor Storing Contents process batch error: "
 
int SQLITE_TIMEOUT = 30
 

Detailed Description

@package docstring
 @file Scraper.py
 @author Alexey <developers.hce@gmail.com>
 @link http://hierarchical-cluster-engine.com/
 @copyright Copyright &copy; 2013 IOIX Ukraine
 @license http://hierarchical-cluster-engine.com/license/
 @package HCE project node API
 @since 0.1

Variable Documentation

◆ APP_NAME

string dc_processor.ProcessorStoreContentKVDB.APP_NAME = "ProcessorStoreContentKVDB"

Definition at line 24 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_ADJUST_PR

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_ADJUST_PR = "Error adjust partial references. "

Definition at line 34 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_DYNAMIC_EXTRACTION

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_DYNAMIC_EXTRACTION = "Error dynamic extraction "

Definition at line 30 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_LOAD_CONFIG

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_LOAD_CONFIG = "Error loading config file. Exciting."

Definition at line 26 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_LOAD_DB_BACKEND

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_LOAD_DB_BACKEND = "Error load db backend"

Definition at line 31 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_LOAD_EXTRACTORS

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_LOAD_EXTRACTORS = "Error load extractors "

Definition at line 28 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_LOAD_LOG_CONFIG_FILE

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_LOAD_LOG_CONFIG_FILE = "Error loading logging config file. Exiting."

Definition at line 27 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_LOAD_OPTIONS

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_LOAD_OPTIONS = "Error load options"

Definition at line 32 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_PROCESS

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_PROCESS = "Processor Storing Contents process batch error: "

Definition at line 35 of file ProcessorStoreContentKVDB.py.

◆ MSG_ERROR_TEMPLATE_EXTRACTION

string dc_processor.ProcessorStoreContentKVDB.MSG_ERROR_TEMPLATE_EXTRACTION = "Error template extraction "

Definition at line 29 of file ProcessorStoreContentKVDB.py.

◆ MSG_INFO_PREPARE_CONTENT

string dc_processor.ProcessorStoreContentKVDB.MSG_INFO_PREPARE_CONTENT = "Prepare content: "

Definition at line 33 of file ProcessorStoreContentKVDB.py.

◆ SQLITE_TIMEOUT

int dc_processor.ProcessorStoreContentKVDB.SQLITE_TIMEOUT = 30

Definition at line 37 of file ProcessorStoreContentKVDB.py.