|
typedef std::pair< const std::string, const std::string > | map_key |
|
typedef std::map< const map_key, plugin::Plugin * > | map |
|
typedef std::vector< Plugin * > | vector |
|
|
| JsonServer (in_port_t port_arg) |
|
bool | init () |
|
bool | createThreads (uint32_t num_threads) |
|
virtual void | shutdownPlugin () |
|
virtual void | prime () |
|
virtual void | startup (drizzled::Session &) |
|
void | activate () |
|
void | deactivate () |
|
bool | isActive () const |
|
const std::string & | getName () const |
|
void | setModule (module::Module *module) |
|
const std::string & | getTypeName () const |
|
virtual bool | removeLast () const |
|
const std::string & | getModuleName () const |
|
|
static bool | addPlugin (Daemon *) |
|
static void | removePlugin (Daemon *) |
|
|
std::vector< drizzled::thread_ptr > | json_threads |
|
in_port_t | _port |
|
struct evhttp * | httpd |
|
struct event_base * | base |
|
int | wakeup_fd [2] |
|
struct event | wakeup_event |
|
int | nfd |
|
Definition at line 375 of file json_server.cc.
static bool drizzled::plugin::Daemon::addPlugin |
( |
Daemon * |
| ) |
|
|
inlinestaticinherited |
Standard plugin system registration hooks
Definition at line 41 of file daemon.h.
int drizzle_plugin::json_server::HTTPServer::BindSocket |
( |
const char * |
address, |
|
|
int |
port |
|
) |
| |
|
protectedinherited |
Bind socket to a address and port.
- Parameters
-
address | a constant character pointer. |
port | a integer. |
- Returns
- a non-negative file descriptor on success or -1 on failure.
Definition at line 29 of file http_server.cc.
The documentation for this class was generated from the following file: