Class ConverterResult<K,V>

java.lang.Object
com.oracle.coherence.ai.search.ConverterResult<K,V>
Type Parameters:
K - the type of the vector keys
V - the type of the query result
All Implemented Interfaces:
QueryResult<K,V>, SerializationSupport, Serializable

public class ConverterResult<K,V> extends Object implements QueryResult<K,V>, Serializable, SerializationSupport
A wrapper around a BinaryQueryResult that can convert the result to a different type.
See Also: