Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Deprecated List
Member hazelcast::client::EntryEvent< K, V >::getKey () const
This API is deprecated in favor of
See Also
{getKeyObject} and
{releaseKey}. It may be removed in the next releases.
Member hazelcast::client::EntryEvent< K, V >::getMergingValue () const
This API is deprecated in favor of
See Also
{getMergingValueObject} and
{releaseMergingValue}. It may be removed in the next releases.
Member hazelcast::client::EntryEvent< K, V >::getOldValue () const
This API is deprecated in favor of
See Also
{getOldValueObject} and
{releaseOldValue}. It may be removed in the next releases.
Member hazelcast::client::EntryEvent< K, V >::getValue () const
This API is deprecated in favor of
See Also
{getValueObject} and
{releaseValue}. It may be removed in the next releases.
Member hazelcast::client::HazelcastClient::getMap (const std::string &name)
"Please use api::IMap<K, V> getMap(const char *name)."
Member hazelcast::client::IMap< K, V >::entrySet (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See Also
{entrySet(const query::Predicate &predicate)}
Member hazelcast::client::IMap< K, V >::executeOnEntries (EntryProcessor &entryProcessor, const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See Also
{executeOnEntries(EntryProcessor &entryProcessor, const query::Predicate &predicate)}
Member hazelcast::client::IMap< K, V >::keySet (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See Also
{keySet(const query::Predicate &predicate)}
Member hazelcast::client::IMap< K, V >::values (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See Also
{values(const query::Predicate &predicate)}