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
 
long cost
 memory cost of entry
 
long creationTime
 entry creation time
 
long expirationTime
 entry expiration time if ttl is defined.
 
long hits
 number of hits.
 
long lastAccessTime
 last access time
 
long lastStoredTime
 last stored time.
 
long lastUpdateTime
 last update time.
 
long 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: