|
Joedb 10.3.0
The Journal-Only Embedded Database
|


Public Member Functions | |
| Readonly_Writable_Client (Abstract_File &file, Connection &connection, bool tail, Content_Check content_check, Recovery recovery) | |
| void | read_journal () override |
Public Member Functions inherited from joedb::Readonly_Client | |
| Readonly_Client (Abstract_File &file, Connection &connection=Connection::dummy, Content_Check content_check=Content_Check::fast, Recovery recovery=Recovery::none) | |
| int64_t | pull (std::chrono::milliseconds wait=std::chrono::milliseconds(0)) override |
| int64_t | push_if_ahead (int64_t until) 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 |
| int64_t | push_if_ahead () |
| virtual | ~Client () |
Definition at line 19 of file Client_Parser.cpp.
|
inline |
Definition at line 25 of file Client_Parser.cpp.
|
inlineoverridevirtual |
Reimplemented from joedb::Client.
Definition at line 45 of file Client_Parser.cpp.