memgraph/src/storage/v2
antonio2368 b10255a12f Add initial support for multiple clients (#31)
* Add tests for multiple clients
* Use variant for RPC server and clients
* Using synchronized list for replication clients, extracted variant access to a function
* Set MAIN as default, add unregister function, add a name for replication clients
* Use the regular list for clients
* Use test fixture so storage directory is cleaned
* Use seq_cst for replication_state

Co-authored-by: Antonio Andelic <antonio.andelic@memgraph.io>
2021-01-21 15:49:32 +01:00
..
durability Allow inheritance of storage durability decoder 2020-08-17 11:12:59 +02:00
replication Add initial support for multiple clients (#31) 2021-01-21 15:49:32 +01:00
CMakeLists.txt Add implementation of synchronous replication (#7) 2021-01-21 15:49:32 +01:00
commit_log.hpp Document exceptions and other details in storage v2 API 2019-09-05 10:04:40 +02:00
config.hpp Implement WAL writing for storage v2 2019-10-29 16:18:12 +01:00
constraints.cpp Integrate property store 2020-06-01 14:11:11 +02:00
constraints.hpp Integrate property store 2020-06-01 14:11:11 +02:00
delta.hpp Fix garbage collector race condition in storage v2 2019-12-05 10:22:21 +01:00
edge_accessor.cpp Integrate property store 2020-06-01 14:11:11 +02:00
edge_accessor.hpp Add basic support for unique constraints in storage 2020-02-10 12:45:28 +01:00
edge_ref.hpp Add support for disabling properties on edges 2019-09-25 10:17:19 +02:00
edge.hpp Integrate property store 2020-06-01 14:11:11 +02:00
id_types.hpp Add default constructor and std::hash to v2/id_types 2019-09-03 16:13:52 +02:00
indices.cpp Integrate property store 2020-06-01 14:11:11 +02:00
indices.hpp Add basic support for unique constraints in storage 2020-02-10 12:45:28 +01:00
mvcc.hpp Make Vertex|Edge lock member mutable 2020-01-13 10:10:02 +01:00
name_id_mapper.hpp Use std::string_view in storage NameTo... functions 2020-02-25 12:15:31 +01:00
property_store.cpp Implement IsPropertyEqual for property store 2020-05-20 15:41:13 +02:00
property_store.hpp Implement IsPropertyEqual for property store 2020-05-20 15:41:13 +02:00
property_value.hpp Add implementation of synchronous replication (#7) 2021-01-21 15:49:32 +01:00
result.hpp Add NONEXISTENT_OBJECT error to storage v2 2019-11-15 10:01:22 +01:00
storage.cpp Add initial support for multiple clients (#31) 2021-01-21 15:49:32 +01:00
storage.hpp Add initial support for multiple clients (#31) 2021-01-21 15:49:32 +01:00
transaction.hpp Implement WalFile for storage v2 2019-10-25 16:08:17 +02:00
vertex_accessor.cpp Integrate property store 2020-06-01 14:11:11 +02:00
vertex_accessor.hpp Add basic support for unique constraints in storage 2020-02-10 12:45:28 +01:00
vertex.hpp Integrate property store 2020-06-01 14:11:11 +02:00
view.hpp Replace query::GraphView with storage::View 2019-09-06 14:58:27 +02:00