InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Actor which maintains user and domain authentication information and schema definitions. There is only 1 active UserSchemaMgr per cluster. More...
#include "UserSchemaMgr.h"
Go to the source code of this file.
Functions | |
void * | userSchemaMgr (void *identity) |
launch User Schema Manager actor More... | |
Actor which maintains user and domain authentication information and schema definitions. There is only 1 active UserSchemaMgr per cluster.
Definition in file UserSchemaMgr.cc.
void* userSchemaMgr | ( | void * | identity) |
launch User Schema Manager actor
identity | how to identify actor instance |
Definition at line 191 of file UserSchemaMgr.cc.
Referenced by TopologyMgr::TopologyMgr().