memgraph/src/durability
florijan 6fc6a27288 Refactor GraphDb
Summary:
GraphDb is refactored to become an API exposing different parts
necessary for the database to function. These different parts can have
different implementations in SingleNode or distributed Master/Server
GraphDb implementations.

Interally GraphDb is implemented using two class heirarchies. One
contains all the members and correct wiring for each situation. The
other takes care of initialization and shutdown. This architecture is
practical because it can guarantee that the initialization of the
object structure is complete, before initializing state.

Reviewers: buda, mislav.bradac, dgleich, teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1093
2018-01-12 16:47:24 +01:00
..
hashed_file_reader.hpp Durability - snapshot summary refactor 2017-10-27 13:51:02 +02:00
hashed_file_writer.hpp Write-ahead log 2017-11-13 09:51:39 +01:00
hasher.hpp Durability - snapshot summary refactor 2017-10-27 13:51:02 +02:00
paths.cpp Fix durability test flakyness 2017-12-04 13:46:56 +01:00
paths.hpp Fix durability test flakyness 2017-12-04 13:46:56 +01:00
recovery.cpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
recovery.hpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
snapshooter.cpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
snapshooter.hpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
version.hpp Update snapshot format 2017-12-20 16:57:42 +01:00
wal.cpp Refactor operations into StateDeltas 2017-12-07 14:23:41 +01:00
wal.hpp Refactor GraphDb 2018-01-12 16:47:24 +01:00