public interface DrUpdateEntry
Modifier and Type | Method and Description |
---|---|
boolean |
isTombstone()
Returns
true if this entry represents remove operation, false otherwise. |
<K> K |
key()
Returns the key of the update entry.
|
<V> V |
value()
Returns the value of the update entry.
|
CacheEntryVersion |
version()
Returns the version of the update entry.
|
<K> K key()
K
- Type of the key.<V> V value()
V
- Type of the value.CacheEntryVersion version()
boolean isTombstone()
true
if this entry represents remove operation, false
otherwise.
GridGain In-Memory Computing Platform : ver. 8.9.21 Release Date : June 4 2025