RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
RTBKIT::AugmentationLoop Member List
This is the complete list of members for RTBKIT::AugmentationLoop, 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
allAugmentorsRTBKIT::AugmentationLoop
allAugmentorsGcRTBKIT::AugmentationLoop [mutable]
AsyncEventSource() (defined in Datacratic::AsyncEventSource)Datacratic::AsyncEventSource [inline]
augment(const std::shared_ptr< AugmentationInfo > &info, Date timeout, const OnFinished &onFinished)RTBKIT::AugmentationLoop
augmentationExpired(const Id &id, const Entry &entry) (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
AugmentationLoop(ServiceBase &parent, const std::string &name="augmentationLoop") (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
AugmentationLoop(std::shared_ptr< ServiceProxies > proxies, const std::string &name="augmentationLoop") (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
augmenting (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
Augmenting typedefRTBKIT::AugmentationLoop
augmentorsRTBKIT::AugmentationLoop
beforeSleep (defined in Datacratic::Epoller)Datacratic::Epoller
bindAugmentors(const std::string &uri) (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
checkExpiries() (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
checkNeedsPoll()Datacratic::MessageLoop
children_ (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [protected]
close() (defined in Datacratic::Epoller)Datacratic::Epoller
connected(MessageLoop *parent)Datacratic::AsyncEventSource [inline, virtual]
currentlyAugmenting(const Id &auctionId) const (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
debug(bool debugOn)Datacratic::MessageLoop [virtual]
disconnect()Datacratic::AsyncEventSource
doAugment(const std::vector< std::string > &message)RTBKIT::AugmentationLoop
doConfig(const std::vector< std::string > &message)RTBKIT::AugmentationLoop
doResponse(const std::vector< std::string > &message)RTBKIT::AugmentationLoop
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]
getServices() const (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
getServiceStatus() const Datacratic::ServiceBase [virtual]
getZmqContext() const (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
Guard typedef (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
handleAugmentorMessage(const std::vector< std::string > &message) (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
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
idle_RTBKIT::AugmentationLoop
inboxRTBKIT::AugmentationLoop
init() (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
init(int numThreads=1, double maxAddedLatency=0.0005) (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
init(int maxFds) (defined in Datacratic::Epoller)Datacratic::Epoller
lock (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop [mutable]
Lock typedef (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
logException(std::exception_ptr exc, const std::string &context) (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [inline]
MessageLoop(int numThreads=1, double maxAddedLatency=0.0005) (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
needsPollDatacratic::AsyncEventSource
numAugmenting() const (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
OnEvent typedef (defined in Datacratic::Epoller)Datacratic::Epoller
OnFinished typedef (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
parent_ (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [protected]
Datacratic::MessageLoop::parent_Datacratic::AsyncEventSource
poll() const Datacratic::MessageLoop [virtual]
processOne()Datacratic::MessageLoop [virtual]
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
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 RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
singleThreaded() const Datacratic::AsyncEventSource [inline, virtual]
sleepUntilIdle() (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
start() (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
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
toAugmentorsRTBKIT::AugmentationLoop
totalSleepSeconds() const Datacratic::MessageLoop [inline]
unregisterServiceProvider(const std::string &name, const std::vector< std::string > &serviceClasses)Datacratic::ServiceBase
updateAllAugmentors()RTBKIT::AugmentationLoop
~AsyncEventSource() (defined in Datacratic::AsyncEventSource)Datacratic::AsyncEventSource [inline, virtual]
~AugmentationLoop() (defined in RTBKIT::AugmentationLoop)RTBKIT::AugmentationLoop
~Epoller() (defined in Datacratic::Epoller)Datacratic::Epoller
~MessageLoop() (defined in Datacratic::MessageLoop)Datacratic::MessageLoop
~ServiceBase() (defined in Datacratic::ServiceBase)Datacratic::ServiceBase [virtual]
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator