Declarations for ProxyMap. More...
#include <AsyncComm/CommBuf.h>
#include <Common/InetAddr.h>
#include <Common/SockAddrMap.h>
#include <Common/String.h>
#include <mutex>
Go to the source code of this file.
Classes | |
class | Hypertable::ProxyAddressInfo |
Holds address and hostname associated with a proxy name. More... | |
class | Hypertable::ProxyMap |
Maps a set of proxy names to their associated IP addresses. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::unordered_map < String, ProxyAddressInfo > | Hypertable::ProxyMapT |
Forward mapping hash type from proxy name to ProxyAddressInfo. More... | |
Declarations for ProxyMap.
This file contains type declarations for ProxyMap, a class that provides a mapping from a set of proxy names (e.g. "rs1") to their associated IP addresses.
Definition in file ProxyMap.h.