public class GridCacheQueryResponseEntry<K,V> extends Object implements Map.Entry<K,V>, Externalizable
| Constructor and Description |
|---|
GridCacheQueryResponseEntry()
Required by
Externalizable. |
GridCacheQueryResponseEntry(K key,
V val) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
V |
setValue(V val) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic GridCacheQueryResponseEntry()
Externalizable.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic boolean equals(Object o)
public int hashCode()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018