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) |
public 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. 1.9.0 Release Date : March 2 2017