Hazelcast C++ Client
|
Transactional implementation of iqueue. More...
#include <transactional_queue.h>
Public Member Functions | |
template<typename E > | |
boost::future< bool > | offer (const E &e) |
Transactional implementation of iqueue::offer(const E &e) More... | |
template<typename E > | |
boost::future< bool > | offer (const E &e, std::chrono::milliseconds timeout) |
Transactional implementation of iqueue::offer(const E &e, std::chrono::milliseconds timeout) More... | |
template<typename E > | |
boost::future< boost::optional< E > > | poll () |
Transactional implementation of iqueue::poll() More... | |
template<typename E > | |
boost::future< boost::optional< E > > | poll (std::chrono::milliseconds timeout) |
Transactional implementation of iqueue::poll(std::chrono::milliseconds timeout) More... | |
Friends | |
class | transaction_context |
Transactional implementation of iqueue.
|
inline |
Transactional implementation of iqueue::offer(const E &e)
|
inline |
Transactional implementation of iqueue::offer(const E &e, std::chrono::milliseconds timeout)
|
inline |
Transactional implementation of iqueue::poll()
|
inline |
Transactional implementation of iqueue::poll(std::chrono::milliseconds timeout)