@Deprecated public class GridCacheQueryResponseEntry<K,V> extends Object implements Map.Entry<K,V>, Externalizable
| Constructor and Description |
|---|
GridCacheQueryResponseEntry()
Deprecated.
Required by
Externalizable. |
GridCacheQueryResponseEntry(K key,
V val)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
K |
getKey()
Deprecated.
|
V |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(ObjectInput in)
Deprecated.
|
V |
setValue(V val)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeExternal(ObjectOutput out)
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic GridCacheQueryResponseEntry()
Externalizable.public V getValue()
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 Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020