Remove virtual and pimpl from single node

Summary:
This diff removes: `SingleNodeRecoveryTransactions`, `TypemapPack`
It also removes virtual and/or pimpl from: `SingleNodeCounters`,
`StorageGcSingleNode`, `SingleNodeConcurrentIdMapper`,
accessors (revert D1510), transaction engine, `GraphDbAccessor`, `GraphDb`

Reviewers: msantl, teon.banek

Reviewed By: msantl, teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1639
This commit is contained in:
Matej Ferencevic
2018-10-09 11:09:10 +02:00
parent 7b70d126f6
commit 4e5fe37dd6
75 changed files with 661 additions and 901 deletions

View File

@@ -164,7 +164,7 @@ TEST(BoltEncoder, VertexAndEdge) {
output.clear();
// create vertex
database::SingleNode db;
database::GraphDb db;
auto db_accessor = db.Access();
auto va1 = db_accessor->InsertVertex();
auto va2 = db_accessor->InsertVertex();