|  | Kea 3.0.0
    | 
#include <config.h>#include <blq_msg.h>#include <boost/enable_shared_from_this.hpp>#include <functional>Go to the source code of this file.
| Classes | |
| class | isc::lease_query::BulkLeaseQuery | 
| Base class for providing control flow for processing a bulk query.  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::lease_query | 
| Typedefs | |
| typedef std::function< void(const BlqPostCbArg &)> | isc::lease_query::BlqPostCb | 
| Type of BLQ post callback. | |
| typedef std::function< void()> | isc::lease_query::BlqPostCbArg | 
| Type of BLQ post callback argument.. | |
| typedef std::function< bool(BlqResponsePtr)> | isc::lease_query::BlqPushToSendCb | 
| Type of BLQ pushToSend callback. | |
| typedef std::function< void(Xid)> | isc::lease_query::BlqQueryCompleteCb | 
| Type of BLQ queryComplete callback. | |
| typedef boost::shared_ptr< BulkLeaseQuery > | isc::lease_query::BulkLeaseQueryPtr | 
| Defines a shared pointer to a BulkLeaseQuery object. | |