Skip to content

Can't put with ttl on transactional map #1254

@JorgenPo

Description

@JorgenPo

When using transactional map, there is no put with ttl method overload:

boost::future< boost::optional< R > > put (const K &key, const V &value, std::chrono::milliseconds ttl);

But there is such method in imap interface class. In java client both maps (ordinary and transactional) use a common interface for map and put methods are equal.

Expected behavior
Method boost::future< boost::optional< R > > put (const K &key, const V &value, std::chrono::milliseconds ttl); is available in hazelcast::client::transactional_map.

Actual behavior
Method boost::future< boost::optional< R > > put (const K &key, const V &value, std::chrono::milliseconds ttl); is not available in hazelcast::client::transactional_map.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions