memgraph/src/database
florijan c4327b26f4 Extract tx::SingleNodeEngine from tx::MasterEngine
Summary:
No logic changes, just split `tx::MasterEngine` into
`tx::SingleNodeEngine` and `tx::MasterEngine`. This gives better
responsibility separation and is more appropriate now there is no
Start/Shutdown.

Reviewers: dgleich, teon.banek, buda

Reviewed By: dgleich, teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1099
2018-01-11 15:44:42 +01:00
..
indexes Write-ahead log 2017-11-13 09:51:39 +01:00
counters.cpp Change network design from Start/Shutdown to constructor/destructor 2018-01-10 14:58:57 +01:00
counters.hpp Change network design from Start/Shutdown to constructor/destructor 2018-01-10 14:58:57 +01:00
graph_db_accessor.cpp Extract tx::SingleNodeEngine from tx::MasterEngine 2018-01-11 15:44:42 +01:00
graph_db_accessor.hpp Extract tx::SingleNodeEngine from tx::MasterEngine 2018-01-11 15:44:42 +01:00
graph_db_config.cpp Add master/worker flags, main functions and coordination 2017-12-19 16:05:57 +01:00
graph_db_datatypes.hpp Implement vertex/edge serialization 2018-01-10 13:32:18 +01:00
graph_db.cpp Extract tx::SingleNodeEngine from tx::MasterEngine 2018-01-11 15:44:42 +01:00
graph_db.hpp Extract tx::SingleNodeEngine from tx::MasterEngine 2018-01-11 15:44:42 +01:00
state_delta.cpp Refactor operations into StateDeltas 2017-12-07 14:23:41 +01:00
state_delta.hpp Make WAL recovery linear 2017-12-22 10:02:09 +01:00