Hazelcast C++ Client
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::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 (const 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)}
Member hazelcast::client::mixedtype::ClientMapProxy::entrySet (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See also
{entrySet(const query::Predicate &predicate)}
Member hazelcast::client::mixedtype::ClientMapProxy::keySet (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See also
{keySet(const query::Predicate &predicate)}
Member hazelcast::client::mixedtype::ClientMapProxy::values (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See also
{values(const query::Predicate &predicate)}
Member hazelcast::client::mixedtype::IMap::entrySet (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See also
{entrySet(const query::Predicate &predicate)}
Member hazelcast::client::mixedtype::IMap::keySet (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See also
{keySet(const query::Predicate &predicate)}
Member hazelcast::client::mixedtype::IMap::values (const serialization::IdentifiedDataSerializable &predicate)
This API is deprecated in favor of
See also
{values(const query::Predicate &predicate)}
Class hazelcast::client::serialization::Serializer< T >
Please use StreamSerializer for custom Serialization
Member hazelcast::client::SerializationConfig::registerSerializer (boost::shared_ptr< serialization::SerializerBase > serializer)
Please use registerSerializer(boost::shared_ptr<serialization::StreamSerializer> serializer)