public interface CacheConflictEntry<K,V>
| Modifier and Type | Method and Description |
|---|---|
byte |
dataCenterId()
Gets ID of initiator data center.
|
long |
expireTime()
Gets entry's expire time.
|
boolean |
isKeyBinary()
Checks the key is binary object.
|
boolean |
isValueBinary()
Checks the value is binary object.
|
K |
key()
Gets entry's key.
|
BinaryObject |
keyBinary()
Gets entry's key as binary object without unmarshaling.
|
long |
order()
Gets entry's order in initiator data center.
|
int |
topologyVersion()
Gets entry's topology version in initiator data center.
|
long |
ttl()
Gets entry's TTL.
|
V |
value()
Gets entry's value.
|
@Nullable BinaryObject |
valueBinary()
Gets entry's value object without unmarshaling.
|
K key()
keepBinary=true, e.g. see IgniteCache.withKeepBinary()boolean isKeyBinary()
false is the key type is:
String;UUID;Date, Date, Time and Timestamp;BigDecimal;Collection implementations;Map implementations;true if the key is binary object. Otherwise (key's type is a platform type) returns false.BinaryObject keyBinary()
IgniteException - if the key is not binary (see more isKeyBinary()).V value()
keepBinary=true, e.g. see IgniteCache.withKeepBinary()boolean isValueBinary()
false is the value type is:
String;UUID;Date, Date, Time and Timestamp;BigDecimal;Collection implementations;Map implementations;true if the value is binary object. Otherwise (value's type is a platform type) returns false.@Nullable @Nullable BinaryObject valueBinary()
IgniteException - if the value is not binary (see more isValueBinary()).long ttl()
long expireTime()
byte dataCenterId()
int topologyVersion()
long order()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025