Infinispan HotRod C++ Client  8.3.1.Final
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
infinispan::hotrod::event::ClientCacheEntryExpiredEvent< K > Class Template Reference

#include <ClientEvent.h>

Inheritance diagram for infinispan::hotrod::event::ClientCacheEntryExpiredEvent< K >:
infinispan::hotrod::event::ClientEvent

Public Member Functions

 ClientCacheEntryExpiredEvent (K key)
 
getKey ()
 
uint8_t getType ()
 
- Public Member Functions inherited from infinispan::hotrod::event::ClientEvent
virtual ~ClientEvent ()
 

Additional Inherited Members

- Public Types inherited from infinispan::hotrod::event::ClientEvent
enum  Type {
  CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED,
  CLIENT_CACHE_ENTRY_CUSTOM, CLIENT_CACHE_FAILOVER
}
 

Constructor & Destructor Documentation

Member Function Documentation

template<class K>
K infinispan::hotrod::event::ClientCacheEntryExpiredEvent< K >::getKey ( )
inline

Created cache entry's key.

Returns
an instance of the key with which a cache entry has been created in remote server.
template<class K>
uint8_t infinispan::hotrod::event::ClientCacheEntryExpiredEvent< K >::getType ( )
inlinevirtual

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