Hazelcast C++ Client
Public Member Functions | Public Attributes | List of all members
hazelcast::client::EntryView< K, V > Class Template Reference

EntryView represents a readonly view of a map entry. More...

#include <EntryView.h>

Public Member Functions

 EntryView (const K &key, const V &value, const map::DataEntryView &rhs)
 Constructor.
 

Public Attributes

key
 key
 
value
 value
 
int64_t cost
 memory cost of entry
 
int64_t creationTime
 entry creation time
 
int64_t expirationTime
 entry expiration time if ttl is defined.
 
int64_t hits
 number of hits.
 
int64_t lastAccessTime
 last access time
 
int64_t lastStoredTime
 last stored time.
 
int64_t lastUpdateTime
 last update time.
 
int64_t version
 version.
 

Detailed Description

template<typename K, typename V>
class hazelcast::client::EntryView< K, V >

EntryView represents a readonly view of a map entry.

Parameters
<K>key
<V>value

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