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
Constants.py File Reference

Go to the source code of this file.

Classes

class  admin.Constants.ADMIN_HANDLER_TYPES
 
class  admin.Constants.COMMAND_NAMES
 

Namespaces

 admin.Constants
 

Variables

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