Class Manager::Endpoints

Nested Relationships

This class is a nested type of Class Manager.

Class Documentation

class Endpoints

The Endpoints class is a helper class to bundle up all the worker state data structures and operations within the Manager. Its methods should be called from the updateManager.

Public Functions

std::string load(const std::string &worker, RequestParameters *parameters)
void unload(const std::string &endpoint)
bool exists(const std::string &endpoint)
WorkerInfo *get(const std::string &endpoint) const
std::vector<std::string> list() const
std::string add(const std::string &worker, RequestParameters parameters)
void shutdown()