|
virtual IMap | getMap (const std::string &name)=0 |
| Returns the distributed map instance with the specified name. More...
|
|
virtual MultiMap | getMultiMap (const std::string &name)=0 |
| Returns the distributed multimap instance with the specified name. More...
|
|
virtual IQueue | getQueue (const std::string &name)=0 |
| Returns the distributed queue instance with the specified name. More...
|
|
virtual ISet | getSet (const std::string &name)=0 |
| Returns the distributed set instance with the specified name. More...
|
|
virtual IList | getList (const std::string &name)=0 |
| Returns the distributed list instance with the specified name. More...
|
|
virtual ITopic | getTopic (const std::string &name)=0 |
| Returns the distributed topic instance with the specified name. More...
|
|
virtual Ringbuffer | getRingbuffer (const std::string &instanceName)=0 |
| Returns the distributed Ringbuffer instance with the specified name. More...
|
|
virtual IList hazelcast::client::mixedtype::HazelcastClient::getList |
( |
const std::string & |
name | ) |
|
|
pure virtual |
Returns the distributed list instance with the specified name.
List is ordered set of entries. similar to std::vector
- Parameters
-
name | name of the distributed list |
- Returns
- distributed list instance with the specified name
virtual IMap hazelcast::client::mixedtype::HazelcastClient::getMap |
( |
const std::string & |
name | ) |
|
|
pure virtual |
Returns the distributed map instance with the specified name.
- Parameters
-
name | name of the distributed map |
- Returns
- distributed map instance with the specified name
virtual MultiMap hazelcast::client::mixedtype::HazelcastClient::getMultiMap |
( |
const std::string & |
name | ) |
|
|
pure virtual |
Returns the distributed multimap instance with the specified name.
- Parameters
-
name | name of the distributed multimap |
- Returns
- distributed multimap instance with the specified name
virtual IQueue hazelcast::client::mixedtype::HazelcastClient::getQueue |
( |
const std::string & |
name | ) |
|
|
pure virtual |
Returns the distributed queue instance with the specified name.
- Parameters
-
name | name of the distributed queue |
- Returns
- distributed queue instance with the specified name
virtual Ringbuffer hazelcast::client::mixedtype::HazelcastClient::getRingbuffer |
( |
const std::string & |
instanceName | ) |
|
|
pure virtual |
Returns the distributed Ringbuffer instance with the specified name.
- Parameters
-
- Returns
- distributed RingBuffer instance with the specified name
virtual ISet hazelcast::client::mixedtype::HazelcastClient::getSet |
( |
const std::string & |
name | ) |
|
|
pure virtual |
Returns the distributed set instance with the specified name.
Set is ordered unique set of entries. similar to std::set
- Parameters
-
name | name of the distributed set |
- Returns
- distributed set instance with the specified name
virtual ITopic hazelcast::client::mixedtype::HazelcastClient::getTopic |
( |
const std::string & |
name | ) |
|
|
pure virtual |
Returns the distributed topic instance with the specified name.
- Parameters
-
name | name of the distributed topic |
- Returns
- distributed topic instance with the specified name
The documentation for this class was generated from the following file: