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.COMMAND_NAMES Class Reference
Inheritance diagram for admin.Constants.COMMAND_NAMES:
Collaboration diagram for admin.Constants.COMMAND_NAMES:

Public Member Functions

def __init__ (self)
 

Static Public Attributes

string DRCE = "DRCE"
 
string SPHINX = "SPHINX"
 
string ECHO = "ECHO"
 
string REBUILD_SERVER_CONNECTION = "REBUILD_SERVER_CONNECTION"
 
string DISCONNECT_SERVER_CONNECTION = "DISCONNECT_SERVER_CONNECTION"
 
string REBUILD_CLIENT_CONNECTION = "REBUILD_CLIENT_CONNECTION"
 
string DISCONNECT_CLIENT_CONNECTION = "DISCONNECT_CLIENT_CONNECTION"
 
string UPDATE_SCHEMA = "UPDATE_SCHEMA"
 
string SHUTDOWN = "SHUTDOWN"
 
string LLGET = "LLGET"
 
string LLSET = "LLSET"
 
string MMGET = "MMGET"
 
string MMSET = "MMSET"
 
string TIME = "TIME"
 
string PROPERTIES = "PROPERTIES"
 
string DRCE_SET_HOST = "DRCE_SET_HOST"
 
string DRCE_GET_HOST = "DRCE_GET_HOST"
 
string DRCE_SET_PORT = "DRCE_SET_PORT"
 
string DRCE_GET_PORT = "DRCE_GET_PORT"
 

Detailed Description

Definition at line 58 of file Constants.py.

Constructor & Destructor Documentation

◆ __init__()

def admin.Constants.COMMAND_NAMES.__init__ (   self)

Definition at line 82 of file Constants.py.

82  def __init__(self):
83  pass
84 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ DISCONNECT_CLIENT_CONNECTION

string admin.Constants.COMMAND_NAMES.DISCONNECT_CLIENT_CONNECTION = "DISCONNECT_CLIENT_CONNECTION"
static

Definition at line 66 of file Constants.py.

◆ DISCONNECT_SERVER_CONNECTION

string admin.Constants.COMMAND_NAMES.DISCONNECT_SERVER_CONNECTION = "DISCONNECT_SERVER_CONNECTION"
static

Definition at line 64 of file Constants.py.

◆ DRCE

string admin.Constants.COMMAND_NAMES.DRCE = "DRCE"
static

Definition at line 59 of file Constants.py.

◆ DRCE_GET_HOST

string admin.Constants.COMMAND_NAMES.DRCE_GET_HOST = "DRCE_GET_HOST"
static

Definition at line 77 of file Constants.py.

◆ DRCE_GET_PORT

string admin.Constants.COMMAND_NAMES.DRCE_GET_PORT = "DRCE_GET_PORT"
static

Definition at line 79 of file Constants.py.

◆ DRCE_SET_HOST

string admin.Constants.COMMAND_NAMES.DRCE_SET_HOST = "DRCE_SET_HOST"
static

Definition at line 76 of file Constants.py.

◆ DRCE_SET_PORT

string admin.Constants.COMMAND_NAMES.DRCE_SET_PORT = "DRCE_SET_PORT"
static

Definition at line 78 of file Constants.py.

◆ ECHO

string admin.Constants.COMMAND_NAMES.ECHO = "ECHO"
static

Definition at line 61 of file Constants.py.

◆ LLGET

string admin.Constants.COMMAND_NAMES.LLGET = "LLGET"
static

Definition at line 70 of file Constants.py.

◆ LLSET

string admin.Constants.COMMAND_NAMES.LLSET = "LLSET"
static

Definition at line 71 of file Constants.py.

◆ MMGET

string admin.Constants.COMMAND_NAMES.MMGET = "MMGET"
static

Definition at line 72 of file Constants.py.

◆ MMSET

string admin.Constants.COMMAND_NAMES.MMSET = "MMSET"
static

Definition at line 73 of file Constants.py.

◆ PROPERTIES

string admin.Constants.COMMAND_NAMES.PROPERTIES = "PROPERTIES"
static

Definition at line 75 of file Constants.py.

◆ REBUILD_CLIENT_CONNECTION

string admin.Constants.COMMAND_NAMES.REBUILD_CLIENT_CONNECTION = "REBUILD_CLIENT_CONNECTION"
static

Definition at line 65 of file Constants.py.

◆ REBUILD_SERVER_CONNECTION

string admin.Constants.COMMAND_NAMES.REBUILD_SERVER_CONNECTION = "REBUILD_SERVER_CONNECTION"
static

Definition at line 62 of file Constants.py.

◆ SHUTDOWN

string admin.Constants.COMMAND_NAMES.SHUTDOWN = "SHUTDOWN"
static

Definition at line 69 of file Constants.py.

◆ SPHINX

string admin.Constants.COMMAND_NAMES.SPHINX = "SPHINX"
static

Definition at line 60 of file Constants.py.

◆ TIME

string admin.Constants.COMMAND_NAMES.TIME = "TIME"
static

Definition at line 74 of file Constants.py.

◆ UPDATE_SCHEMA

string admin.Constants.COMMAND_NAMES.UPDATE_SCHEMA = "UPDATE_SCHEMA"
static

Definition at line 67 of file Constants.py.


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