|
Joedb 9.5.0
The Journal-Only Embedded Database
|
#include <joedb/concurrency/Readonly_Journal_Client.h>


Public Member Functions | |
| Readonly_Journal_Client (Buffered_File &file, Connection &connection, Content_Check content_check=Content_Check::quick) | |
Public Member Functions inherited from joedb::Readonly_Client | |
| Readonly_Client (Readonly_Journal &journal, Connection &connection, Content_Check content_check=Content_Check::quick) | |
| int64_t | pull (std::chrono::milliseconds wait=std::chrono::milliseconds(0)) override |
| int64_t | push_if_ahead () override |
| ~Readonly_Client () override | |
Public Member Functions inherited from joedb::Client | |
| Client (Readonly_Journal &journal, Connection &connection, Content_Check content_check) | |
| const Readonly_Journal & | get_journal () const |
| bool | is_shared () const |
| bool | is_pullonly () const |
| int64_t | get_journal_checkpoint () const |
| std::string | read_blob (Blob blob) const |
| int64_t | get_connection_checkpoint () const |
| int64_t | get_checkpoint_difference () const |
| virtual | ~Client () |
Friends | |
| class | Readonly_Journal_Client_Lock |
Additional Inherited Members | |
Protected Member Functions inherited from joedb::Client | |
| virtual void | read_journal () |
| int64_t | push (Unlock_Action unlock_action) |
Protected Attributes inherited from joedb::Client | |
| Readonly_Journal & | journal |
| Connection & | connection |
| int64_t | connection_checkpoint |
Definition at line 21 of file Readonly_Journal_Client.h.
|
inline |
Definition at line 28 of file Readonly_Journal_Client.h.
|
friend |
Definition at line 25 of file Readonly_Journal_Client.h.