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
admin.Constants Namespace Reference

Classes

class  ADMIN_HANDLER_TYPES
 
class  COMMAND_NAMES
 

Variables

int PORT_DEFAULT = 5546
 
string HOST_DEFAULT = "tcp://localhost"
 
int NODE_TIMEOUT = 1000
 
int ERROR_NO = 0
 
int ERROR_BAD_MSG_ID = 1
 
int ADMIN_CONNECT_TYPE = 0
 
int DATA_CONNECT_TYPE = 1
 
string STRING_MSGID_NAME = "msgId"
 
string STRING_BODY_NAME = "body"
 
string STRING_EXCEPTION_ADMIN_TIMEOUT = "Admin module timeout"
 
string STRING_EXCEPTION_WRONG_CONNECTION_KEY = "Wrong Connection key"
 
string STRING_NODE_MARKER = "node"
 
string STRING_RESPONSE_MARKER = "response"
 
string COMMAND_DELIM = '\t'
 
string PARAM_DELIM = '@'
 
string ITEM_DELIM = '\t'
 
string FIELD_DELIM = '='
 
string ERROR_CODE_OK = "OK"
 
string ERROR_CODE_ERROR = "ERROR"
 
string RESPONSE_CODE_NAME = "response_code"
 
string RESPONSE_FIELDS_NAME = "fields"
 

Detailed Description

Created on Feb 17, 2014

@author: scorp
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright © 2013-2014 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Variable Documentation

◆ ADMIN_CONNECT_TYPE

int admin.Constants.ADMIN_CONNECT_TYPE = 0

Definition at line 19 of file Constants.py.

◆ COMMAND_DELIM

string admin.Constants.COMMAND_DELIM = '\t'

Definition at line 31 of file Constants.py.

◆ DATA_CONNECT_TYPE

int admin.Constants.DATA_CONNECT_TYPE = 1

Definition at line 20 of file Constants.py.

◆ ERROR_BAD_MSG_ID

int admin.Constants.ERROR_BAD_MSG_ID = 1

Definition at line 17 of file Constants.py.

◆ ERROR_CODE_ERROR

string admin.Constants.ERROR_CODE_ERROR = "ERROR"

Definition at line 37 of file Constants.py.

◆ ERROR_CODE_OK

string admin.Constants.ERROR_CODE_OK = "OK"

Definition at line 36 of file Constants.py.

◆ ERROR_NO

int admin.Constants.ERROR_NO = 0

Definition at line 16 of file Constants.py.

◆ FIELD_DELIM

string admin.Constants.FIELD_DELIM = '='

Definition at line 34 of file Constants.py.

◆ HOST_DEFAULT

string admin.Constants.HOST_DEFAULT = "tcp://localhost"

Definition at line 13 of file Constants.py.

◆ ITEM_DELIM

string admin.Constants.ITEM_DELIM = '\t'

Definition at line 33 of file Constants.py.

◆ NODE_TIMEOUT

int admin.Constants.NODE_TIMEOUT = 1000

Definition at line 14 of file Constants.py.

◆ PARAM_DELIM

string admin.Constants.PARAM_DELIM = '@'

Definition at line 32 of file Constants.py.

◆ PORT_DEFAULT

int admin.Constants.PORT_DEFAULT = 5546

Definition at line 12 of file Constants.py.

◆ RESPONSE_CODE_NAME

string admin.Constants.RESPONSE_CODE_NAME = "response_code"

Definition at line 38 of file Constants.py.

◆ RESPONSE_FIELDS_NAME

string admin.Constants.RESPONSE_FIELDS_NAME = "fields"

Definition at line 39 of file Constants.py.

◆ STRING_BODY_NAME

string admin.Constants.STRING_BODY_NAME = "body"

Definition at line 23 of file Constants.py.

◆ STRING_EXCEPTION_ADMIN_TIMEOUT

string admin.Constants.STRING_EXCEPTION_ADMIN_TIMEOUT = "Admin module timeout"

Definition at line 25 of file Constants.py.

◆ STRING_EXCEPTION_WRONG_CONNECTION_KEY

string admin.Constants.STRING_EXCEPTION_WRONG_CONNECTION_KEY = "Wrong Connection key"

Definition at line 26 of file Constants.py.

◆ STRING_MSGID_NAME

string admin.Constants.STRING_MSGID_NAME = "msgId"

Definition at line 22 of file Constants.py.

◆ STRING_NODE_MARKER

string admin.Constants.STRING_NODE_MARKER = "node"

Definition at line 28 of file Constants.py.

◆ STRING_RESPONSE_MARKER

string admin.Constants.STRING_RESPONSE_MARKER = "response"

Definition at line 29 of file Constants.py.