memgraph/src/transactions
Matija Santl 1ca98826af Use the same ClientPools in distributed
Summary:
Instead of passing `coordination`, pass `rpc_worker_clients` that
holds a map of worker_id->clientPool. By having only one instance of
`RpcWorkerClients` that is owned by `GraphDB` and passing it by refference
we'll share the same client pools for rpc clients.

Reviewers: teon.banek, florijan, dgleich, mferencevic

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1261
2018-03-01 17:14:59 +01:00
..
commit_log.hpp Migrate cereal to boost_serialization 2017-12-27 13:44:46 +01:00
engine_master.cpp Remove tx::Engine::GlobalIsActive 2018-02-26 14:01:49 +01:00
engine_master.hpp Refactor RPC 2018-02-23 12:07:22 +01:00
engine_rpc_messages.hpp Remove tx::Engine::GlobalIsActive 2018-02-26 14:01:49 +01:00
engine_single_node.cpp Refactor distributed transactional cache GC 2018-02-27 10:47:58 +01:00
engine_single_node.hpp Refactor distributed transactional cache GC 2018-02-27 10:47:58 +01:00
engine_worker.cpp Use the same ClientPools in distributed 2018-03-01 17:14:59 +01:00
engine_worker.hpp Use the same ClientPools in distributed 2018-03-01 17:14:59 +01:00
engine.hpp Refactor distributed transactional cache GC 2018-02-27 10:47:58 +01:00
lock_store.hpp Make transaction thread-safe 2018-02-22 11:53:37 +01:00
snapshot.hpp Implement graph element rpc 2018-01-22 14:20:41 +01:00
transaction.hpp Extract tx::SingleNodeEngine from tx::MasterEngine 2018-01-11 15:44:42 +01:00
type.hpp Fix SegFault within executor state 2017-11-20 11:27:08 +01:00