memgraph/tests/simulation
gvolfing ecda71168c
Implement message based actions (#538)
Create shard-side handlers for basic messages

Implement the handlers for CreateVertices, CreateEdges and ScanAll. Use
or modify the defined messages to interact with individual Shards and
test their behavior. Shard is currently being owned by ShardRsm
instances. The two top level dispatching functions Read() and Apply()
are responsible for read- and write operations respectively. Currently
there are a handful of messages that are defined but not utilized, these
will be used in the near future, as well as a couple of handler
functions with empty implementations.
2022-09-20 11:15:19 +02:00
..
trial_query_storage Transport prototype (#466) 2022-08-12 08:24:32 +02:00
basic_request.cpp Transport prototype (#466) 2022-08-12 08:24:32 +02:00
CMakeLists.txt Implement message based actions (#538) 2022-09-20 11:15:19 +02:00
raft.cpp In memory shard map (#505) 2022-09-05 15:50:54 +03:00
shard_rsm.cpp Implement message based actions (#538) 2022-09-20 11:15:19 +02:00
sharded_map.cpp In memory shard map (#505) 2022-09-05 15:50:54 +03:00