RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
RTBKIT::MonitorEndpoint Member List
This is the complete list of members for RTBKIT::MonitorEndpoint, including all inherited members.
addChildServiceStatus(Json::Value &result) const Datacratic::ServiceBase [virtual]
addFd(int fd, void *data=0)Datacratic::Epoller
addFdOneShot(int fd, void *data=0)Datacratic::Epoller
addPeriodic(const std::string &name, double timePeriodSeconds, std::function< void(uint64_t)> toRun, int priority=0)Datacratic::MessageLoop
addPeriodicDeferred(const std::string &name, double timePeriodSeconds, std::function< void(uint64_t)> toRun, int priority=0)Datacratic::MessageLoop
addSource(const std::string &name, AsyncEventSource &source, int priority=0)Datacratic::MessageLoop
addSource(const std::string &name, std::shared_ptr< AsyncEventSource > source, int priority=0)Datacratic::MessageLoop
addSourceDeferred(const std::string &name, AsyncEventSource &source, int priority=0)Datacratic::MessageLoop
addSourceDeferred(const std::string &name, std::shared_ptr< AsyncEventSource > source, int priority=0)Datacratic::MessageLoop
afterSleep (defined in Datacratic::Epoller)Datacratic::Epoller
AsyncEventSource() (defined in Datacratic::AsyncEventSource)Datacratic::AsyncEventSource [inline]
beforeSleep (defined in Datacratic::Epoller)Datacratic::Epoller
bindFixedHttpAddress(std::string host, int port)Datacratic::RestServiceEndpoint [inline]
bindFixedHttpAddress(std::string address) (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint [inline]
bindTcp(PortRange const &zmqRange=PortRange(), PortRange const &httpRange=PortRange(), std::string host="")Datacratic::RestServiceEndpoint [inline]
checkNeedsPoll()Datacratic::MessageLoop
checkServiceIndicators() const (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
checkTimeout_ (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
children_ (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [protected]
close() (defined in Datacratic::Epoller)Datacratic::Epoller
connected(MessageLoop *parent)Datacratic::AsyncEventSource [inline, virtual]
debug(bool debugOn)Datacratic::MessageLoop [virtual]
disconnect()Datacratic::AsyncEventSource
doHandleRequest(const ConnectionId &connection, const RestRequest &request) (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint [inline]
Epoller() (defined in Datacratic::Epoller)Datacratic::Epoller
eventPrefix_ (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [protected]
EventRecorder(const std::string &eventPrefix, const std::shared_ptr< EventService > &events) (defined in Datacratic::EventRecorder)Datacratic::EventRecorder
EventRecorder(const std::string &eventPrefix, const std::shared_ptr< ServiceProxies > &services) (defined in Datacratic::EventRecorder)Datacratic::EventRecorder
events_ (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [protected]
getHttpRequestId() const (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint [inline]
getMonitorStatus() const RTBKIT::MonitorEndpoint
getServices() const (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
getServiceStatus() const Datacratic::ServiceBase [virtual]
getZmqContext() const (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
HandleEvent typedef (defined in Datacratic::Epoller)Datacratic::Epoller
handleEventDatacratic::Epoller
handleEvents(int usToWait=0, int nEvents=1, const HandleEvent &handleEvent=HandleEvent(), const OnEvent &beforeSleep=OnEvent(), const OnEvent &afterSleep=OnEvent())Datacratic::Epoller
handleRequest(const ConnectionId &connection, const RestRequest &request) const Datacratic::RestServiceEndpoint [inline, virtual]
httpEndpoint (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint
init(const std::vector< std::string > &providerNames) (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
init(std::shared_ptr< ConfigurationService > config, const std::string &endpointName, double maxAddedLatency=0.005, int numThreads=1) (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint [inline]
init(int numThreads=1, double maxAddedLatency=0.0005) (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
init(int maxFds) (defined in Datacratic::Epoller)Datacratic::Epoller
logException(std::exception_ptr exc, const std::string &context) (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
logRequest (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint
logResponse (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint
MessageLoop(int numThreads=1, double maxAddedLatency=0.0005) (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
MonitorEndpoint(std::shared_ptr< Datacratic::ServiceProxies > proxies, const std::string &serviceName="monitor") (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
needsPollDatacratic::AsyncEventSource
OnEvent typedef (defined in Datacratic::Epoller)Datacratic::Epoller
OnHandleRequest typedefDatacratic::RestServiceEndpoint
onHandleRequest (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint
parent_ (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [protected]
Datacratic::RestServiceEndpoint::parent_Datacratic::AsyncEventSource
poll() const Datacratic::MessageLoop [virtual]
postServiceIndicators(const std::string &providerName, const std::string &indicatorsStr) (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
processOne()Datacratic::MessageLoop [virtual]
providerNames_ (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
providersStatus_ (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
recordCount(float count, const std::string &event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordCount(float count, const char *event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordCount(float count, const char *event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordCount(float count, const std::string &event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordEvent(const char *eventName, EventType type=ET_COUNT, float value=1.0) const Datacratic::EventRecorder [inline]
recordEventFmt(EventType type, float value, const char *fmt,...) const JML_FORMAT_STRING(4 (defined in Datacratic::EventRecorder)Datacratic::EventRecorder
recordHit(const std::string &event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordHit(const char *event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordHit(const char *event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordHit(const std::string &event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordLevel(float level, const std::string &event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordLevel(float level, const char *event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordLevel(float level, const char *event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordLevel(float level, const std::string &event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordOutcome(float outcome, const std::string &event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordOutcome(float outcome, const char *event, Args...args) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordOutcome(float outcome, const char *event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
recordOutcome(float outcome, const std::string &event) const (defined in Datacratic::EventRecorder)Datacratic::EventRecorder [inline]
registerServiceProvider(const std::string &name, const std::vector< std::string > &serviceClasses)Datacratic::ServiceBase
removeFd(int fd)Datacratic::Epoller
removeSource(AsyncEventSource *source)Datacratic::MessageLoop
restartFdOneShot(int fd, void *data=0)Datacratic::Epoller
RestServiceEndpoint(std::shared_ptr< zmq::context_t > context)Datacratic::RestServiceEndpoint [inline]
router (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
selectFd() const Datacratic::Epoller [inline, virtual]
ServiceBase(const std::string &serviceName, std::shared_ptr< ServiceProxies >=std::shared_ptr< ServiceProxies >())Datacratic::ServiceBase
ServiceBase(const std::string &subServiceName, ServiceBase &parent)Datacratic::ServiceBase
serviceName() const (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
serviceName_ (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [protected]
services_ (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [protected]
setServices(std::shared_ptr< ServiceProxies > services) (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
shutdown() (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint [inline]
singleThreaded() const Datacratic::AsyncEventSource [inline, virtual]
start(std::function< void()> onStop=std::function< void()>()) (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
startSubordinateThread(const SubordinateThreadFn &mainFn)Datacratic::MessageLoop
startSync() (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
SubordinateThreadFn typedef (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
totalSleepSeconds() const Datacratic::MessageLoop [inline]
unregisterServiceProvider(const std::string &name, const std::vector< std::string > &serviceClasses)Datacratic::ServiceBase
zmqEndpoint (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint
~AsyncEventSource() (defined in Datacratic::AsyncEventSource)Datacratic::AsyncEventSource [inline, virtual]
~Epoller() (defined in Datacratic::Epoller)Datacratic::Epoller
~MessageLoop() (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
~MonitorEndpoint() (defined in RTBKIT::MonitorEndpoint)RTBKIT::MonitorEndpoint
~RestServiceEndpoint() (defined in Datacratic::RestServiceEndpoint)Datacratic::RestServiceEndpoint [inline, virtual]
~ServiceBase() (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [virtual]
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator