K - type of keyV - type of valuepublic class HDStorageSCHM.LazyEntryViewFromRecord<K,V> extends SampleableElasticHashMap.SamplingEntry implements com.hazelcast.core.EntryView<K,V>
EntryView implementation for sampling based eviction specific purposes.
Mainly:
Record and reaches all EntryView specific info over it| Constructor and Description |
|---|
LazyEntryViewFromRecord(int slot,
com.hazelcast.spi.serialization.SerializationService serializationService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCost() |
long |
getCreationTime() |
long |
getExpirationTime() |
long |
getHits() |
K |
getKey() |
long |
getLastAccessTime() |
long |
getLastStoredTime() |
long |
getLastUpdateTime() |
Long |
getMaxIdle() |
com.hazelcast.map.impl.record.Record |
getRecord() |
long |
getTtl() |
V |
getValue() |
long |
getVersion() |
int |
hashCode() |
String |
toString() |
getEntryKey, getEntryValuepublic LazyEntryViewFromRecord(int slot,
com.hazelcast.spi.serialization.SerializationService serializationService)
public long getCreationTime()
public long getExpirationTime()
public long getLastAccessTime()
public long getLastStoredTime()
public long getLastUpdateTime()
public long getVersion()
public Long getMaxIdle()
public com.hazelcast.map.impl.record.Record getRecord()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.