Connect information in order to connect to DB cache server
bool Proud::CDbCacheClient2ConnectParameter::m_allowExceptionEvent |
String Proud::CDbCacheClient2ConnectParameter::m_authenticationKey |
Server authentication key. It has to same value with bCacheServer2StartParameter.m_authenticationKey
IDbCacheClientDelegate2* Proud::CDbCacheClient2ConnectParameter::m_delegate |
Delegate object to receive event callback
CThreadPool* Proud::CDbCacheClient2ConnectParameter::m_externalNetWorkerThreadPool |
If this value is not null, an external networker thread will be used. It acts as Proud.CStartLanServerParameter.m_externalNetWorkerThreadPool.
CThreadPool* Proud::CDbCacheClient2ConnectParameter::m_externalUserWorkerThreadPool |
If this value is not null, an external user worker thread will be used. It acts as Proud.CStartLanServerParameter.m_externalUserWorkerThreadPool.
String Proud::CDbCacheClient2ConnectParameter::m_localNicAddr |
The address that the listening socket of the client to be bound.
String Proud::CDbCacheClient2ConnectParameter::m_serverAddr |
Server address
uint16_t Proud::CDbCacheClient2ConnectParameter::m_serverPort |
Server port
int Proud::CDbCacheClient2ConnectParameter::m_userWorkerThreadCount |
The number of threads in thread pool. Must be set as at least 1.