Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/concurrency/Readonly_Journal_Client.h>
Public Member Functions | |
Readonly_Journal_Client (Buffered_File &file, Connection &connection, bool content_check=true) | |
![]() | |
Client (Readonly_Journal &journal, Connection &connection, bool content_check=true) | |
bool | is_readonly () const |
const Readonly_Journal & | get_journal () const |
int64_t | get_checkpoint () const |
std::string | read_blob_data (Blob blob) const |
int64_t | get_server_checkpoint () const |
int64_t | get_checkpoint_difference () const |
int64_t | pull (std::chrono::milliseconds wait=std::chrono::milliseconds(0)) |
void | push_unlock () |
virtual | ~Client () |
Protected Member Functions | |
void | read_journal () override |
![]() | |
template<typename F > | |
void | transaction (F transaction) |
Friends | |
class | Readonly_Journal_Client_Lock |
Definition at line 21 of file Readonly_Journal_Client.h.
|
inline |
Definition at line 31 of file Readonly_Journal_Client.h.
|
inlineoverrideprotectedvirtual |
Implements joedb::Client.
Definition at line 28 of file Readonly_Journal_Client.h.
|
friend |
Definition at line 25 of file Readonly_Journal_Client.h.