Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::internal::nearcache::BaseNearCache Class Referenceabstract
+ Inheritance diagram for hazelcast::client::internal::nearcache::BaseNearCache:

Public Member Functions

virtual monitor::NearCacheStatsgetNearCacheStats ()=0
 Gets the com.hazelcast.monitor.NearCacheStats instance to monitor this store. More...
 
virtual const std::string & getName () const =0
 Gets the name of this NearCache instance. More...
 

Member Function Documentation

◆ getName()

virtual const std::string& hazelcast::client::internal::nearcache::BaseNearCache::getName ( ) const
pure virtual

Gets the name of this NearCache instance.

Returns
the name of this NearCache instance

◆ getNearCacheStats()

virtual monitor::NearCacheStats& hazelcast::client::internal::nearcache::BaseNearCache::getNearCacheStats ( )
pure virtual

Gets the com.hazelcast.monitor.NearCacheStats instance to monitor this store.

Returns
the com.hazelcast.monitor.NearCacheStats instance to monitor this store

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