IMapEntryStats<TKey, TValue> Interface
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents statistics for an entry in an IHMap<TKey, TValue>.
public interface IMapEntryStats<out TKey, out TValue>
Type Parameters
TKey | |
TValue |
Properties
Cost | Gets the cost in bytes of the entry. |
CreationTime | Gets the creation epoch time of the entry. |
ExpirationTime | Gets the expiration epoch time of the entry. |
Hits | Gets number of hits of the entry. |
Key | Gets the key of the entry. |
LastAccessTime | Gets the last access epoch time to the entry. |
LastStoredTime | Gets the last epoch time the value was flushed to MapStore. |
LastUpdateTime | Gets the last epoch time the value was updated. |
Value | Gets the value of the entry. |
Version | Gets the version of the entry. |