Class faabric::batch_scheduler::CachedDecision

class CachedDecision

A record of a decision already taken for the given size of batch request for the given function. This doesn’t contain the messages themselves, just the hosts and group ID that was used.

Public Functions

CachedDecision(const std::vector<std::string> &hostsIn, int groupIdIn)
inline std::vector<std::string> getHosts()
inline int getGroupId() const