mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-06 15:02:41 +03:00
Refactored storage service out of client service interface.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace wsrep
|
||||
* Adopt a transaction.
|
||||
*/
|
||||
virtual void adopt_transaction(const wsrep::transaction&) = 0;
|
||||
|
||||
/**
|
||||
* Apply a write set.
|
||||
*
|
||||
@@ -50,6 +51,11 @@ namespace wsrep
|
||||
*/
|
||||
virtual int apply_write_set(const wsrep::const_buffer&) = 0;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
virtual int append_fragment(const wsrep::ws_meta&,
|
||||
const wsrep::const_buffer& data) = 0;
|
||||
/**
|
||||
* Commit a transaction.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user