RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::ServiceProxies Struct Reference

List of all members.

Public Member Functions

void logToCarbon (std::shared_ptr< CarbonConnector > conn)
void logToCarbon (const std::string &carbonConnection, const std::string &prefix="")
void logToCarbon (const std::vector< std::string > &carbonConnections, const std::string &prefix="")
void useZookeeper (std::string hostname="localhost:2181", std::string prefix="CWD")
void usePortRanges (const std::string &path)
void usePortRanges (const Json::Value &config)
std::vector< std::string > getServiceClassInstances (std::string const &name, std::string const &protocol="http")
std::vector< std::string > getEndpointInstances (std::string const &name, std::string const &protocol="http")
void bootstrap (const std::string &path)
void bootstrap (const Json::Value &config)

Public Attributes

std::shared_ptr< EventServiceevents
std::shared_ptr
< ConfigurationService
config
std::shared_ptr< PortRangeServiceports
std::shared_ptr< zmq::context_tzmqContext

Detailed Description

Definition at line 353 of file service_base.h.


Member Data Documentation

Zeromq context for communication.

Definition at line 361 of file service_base.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator