Package com.oracle.coherence.ai.search
Class SimpleQueryResult<K,V>
java.lang.Object
com.tangosol.io.AbstractEvolvable
com.oracle.coherence.ai.search.BaseQueryResult<K,V>
com.oracle.coherence.ai.search.SimpleQueryResult<K,V>
- All Implemented Interfaces:
QueryResult<K,
,V> Evolvable
,ExternalizableLite
,EvolvablePortableObject
,PortableObject
,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.oracle.coherence.ai.search.BaseQueryResult
m_distance, m_key, m_value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.coherence.ai.search.BaseQueryResult
equals, getDistance, getImplVersion, getKey, getValue, hashCode, readExternal, readExternal, toString, writeExternal, writeExternal
Methods inherited from class com.tangosol.io.AbstractEvolvable
getDataVersion, getFutureData, setDataVersion, setFutureData
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.tangosol.io.Evolvable
getDataVersion, getFutureData, setDataVersion, setFutureData
-
Constructor Details
-
SimpleQueryResult
public SimpleQueryResult() -
SimpleQueryResult
-