| addEntryListener(const boost::shared_ptr< EntryListener< K, V > > &listener)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| addEntryListener(const boost::shared_ptr< EntryListener< K, V > > &listener, const K &key)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| addEntryListener(const boost::shared_ptr< EntryListener< K, V > > &listener, const query::Predicate &predicate)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| addEntryListener(const boost::shared_ptr< EntryListener< K, V > > &listener, const query::Predicate &predicate, const K &key)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| clear()=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| containsKey(const K &key)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| containsValue(const V &value)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| destroy()=0 | hazelcast::client::DistributedObject | pure virtual |
| entrySet()=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| get(const K &key)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| getName() const =0 | hazelcast::client::DistributedObject | pure virtual |
| getServiceName() const =0 | hazelcast::client::DistributedObject | pure virtual |
| isEmpty()=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| keySet()=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| put(const K &key, const V &value, int64_t ttl)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| put(const K &key, const V &value)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| putAll(const std::map< K, V > &entries)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| remove(const K &key)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| removeEntryListener(const std::string ®istrationId)=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| size()=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| values()=0 | hazelcast::client::ReplicatedMap< K, V > | pure virtual |
| ~DistributedObject() | hazelcast::client::DistributedObject | inlinevirtual |