File FunctionCallClient.cpp
-
namespace faabric
-
namespace scheduler
Functions
-
std::vector<std::pair<std::string, std::shared_ptr<faabric::BatchExecuteRequest>>> getBatchRequests()
-
void clearMockRequests()
-
std::shared_ptr<FunctionCallClient> getFunctionCallClient(const std::string &otherHost)
-
void clearFunctionCallClients()
Variables
-
static std::mutex mockMutex
-
static std::vector<std::pair<std::string, std::shared_ptr<faabric::BatchExecuteRequest>>> batchMessages
-
static faabric::util::ConcurrentMap<std::string, std::shared_ptr<faabric::scheduler::FunctionCallClient>> functionCallClients
-
std::vector<std::pair<std::string, std::shared_ptr<faabric::BatchExecuteRequest>>> getBatchRequests()
-
namespace scheduler