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::LeveldbPendingPersistence Struct Reference
Inheritance diagram for Datacratic::LeveldbPendingPersistence:
Datacratic::PendingPersistence

List of all members.

Public Member Functions

void open (const std::string &filename)
void compact ()
uint64_t getDbSize ()
virtual void put (const std::string &key, const std::string &value)
virtual std::string pop (const std::string &key)
virtual std::string get (const std::string &key) const
virtual void erase (const std::string &key)
virtual void scan (const OnEntry &fn, const OnError &onError) const

Public Attributes

std::shared_ptr< leveldb::DB > db

Detailed Description

Definition at line 38 of file pending_list.h.


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