Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::mixedtype::HazelcastClient Class Referenceabstract

Public Member Functions

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...
 

Member Function Documentation

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
namename 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
namename 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
namename 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
namename 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
instanceNamename of the distributed Ringbuffer
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
namename 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
namename of the distributed topic
Returns
distributed topic instance with the specified name

The documentation for this class was generated from the following file: