Skip to content

Namespace cubconn::connection

Namespace List > cubconn > connection

Classes

Type Name
struct context
class controller <typename RX, typename TX>
class coordinator
class pool
class worker

Public Types

Type Name
enum uint8_t ignore_level
enum state

Public Functions

Type Name
REGISTER_CONNECTION (connection_worker, () { return prm_get_integer_value(PRM_ID_CSS_MAX_CONNECTION_WORKER);})
REGISTER_CONNECTION (coordinator, 1)

Public Types Documentation

enum ignore_level

enum cubconn::connection::ignore_level {
    DONT_IGNORE = 0,
    IGNORE_ALL
};

enum state

enum cubconn::connection::state {
    HEADER,
    DATA,
    ERROR
};

Public Functions Documentation

function REGISTER_CONNECTION

cubconn::connection::REGISTER_CONNECTION (
    connection_worker,
    () { return  prm_get_integer_value ( PRM_ID_CSS_MAX_CONNECTION_WORKER );}
) 

function REGISTER_CONNECTION

cubconn::connection::REGISTER_CONNECTION (
    coordinator,
    1
) 


The documentation for this class was generated from the following file cubrid/src/connection/connection_context.cpp