public class ScoredCacheEntry<K,V> extends IgniteBiTuple<K,V>
| Constructor and Description |
|---|
ScoredCacheEntry() |
ScoredCacheEntry(K key,
V val,
float score) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
float |
score() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clear, clone, containsKey, containsValue, entrySet, equals, get, get1, get2, getKey, getValue, hashCode, isEmpty, iterator, keySet, put, putAll, remove, set, set1, set2, setValue, size, swap, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllcomparingByKey, comparingByKey, comparingByValue, comparingByValueforEach, spliteratorpublic float score()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class IgniteBiTuple<K,V>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class IgniteBiTuple<K,V>IOExceptionClassNotFoundExceptionpublic String toString()
toString in class IgniteBiTuple<K,V>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023