InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UserSchemaMgr.cc File Reference

Actor which maintains user and domain authentication information and schema definitions. There is only 1 active UserSchemaMgr per cluster. More...

#include "UserSchemaMgr.h"
Include dependency graph for UserSchemaMgr.cc:

Go to the source code of this file.

Functions

void * userSchemaMgr (void *identity)
 launch User Schema Manager actor More...
 

Detailed Description

Actor which maintains user and domain authentication information and schema definitions. There is only 1 active UserSchemaMgr per cluster.

Author
Mark Travis mtrav.nosp@m.is15.nosp@m.432+s.nosp@m.rc@g.nosp@m.mail..nosp@m.com
Date
Tue Dec 17 14:06:34 2013

Definition in file UserSchemaMgr.cc.

Function Documentation

void* userSchemaMgr ( void *  identity)

launch User Schema Manager actor

Parameters
identityhow to identify actor instance
Returns

Definition at line 191 of file UserSchemaMgr.cc.

Referenced by TopologyMgr::TopologyMgr().

192 {
194  return NULL;
195 }

Here is the caller graph for this function: