![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
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< EventService > | events |
|
std::shared_ptr < ConfigurationService > | config |
| std::shared_ptr< PortRangeService > | ports |
| std::shared_ptr< zmq::context_t > | zmqContext |
Definition at line 353 of file service_base.h.
| std::shared_ptr<zmq::context_t> Datacratic::ServiceProxies::zmqContext |
Zeromq context for communication.
Definition at line 361 of file service_base.h.
1.7.6.1