Hazelcast C++ Client
|
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 | |
K | key |
key | |
V | 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. | |
EntryView represents a readonly view of a map entry.
<K> | key |
<V> | value |