Joedb 9.1.3
The Journal-Only Embedded Database
|
#include <joedb/concurrency/Server.h>
Public Member Functions | |
Server (Client &client, bool share_client, asio::io_context &io_context, uint16_t port, std::chrono::milliseconds lock_timeout, std::ostream *log_pointer) | |
uint16_t | get_port () const |
bool | is_readonly () const |
std::chrono::milliseconds | get_time_stamp () const |
void | start () |
void | stop_after_sessions () |
void | stop () |
~Server () | |
joedb::Server::Server | ( | Client & | client, |
bool | share_client, | ||
asio::io_context & | io_context, | ||
uint16_t | port, | ||
std::chrono::milliseconds | lock_timeout, | ||
std::ostream * | log_pointer | ||
) |
Definition at line 810 of file Server.cpp.
joedb::Server::~Server | ( | ) |
Definition at line 906 of file Server.cpp.
std::chrono::milliseconds joedb::Server::get_time_stamp | ( | ) | const |
Definition at line 18 of file Server.cpp.
void joedb::Server::start | ( | ) |
Definition at line 850 of file Server.cpp.
void joedb::Server::stop | ( | ) |
Definition at line 886 of file Server.cpp.
void joedb::Server::stop_after_sessions | ( | ) |
Definition at line 877 of file Server.cpp.