Uses of Interface
com.tangosol.io.pof.EvolvablePortableObject
Packages that use EvolvablePortableObject
Package
Description
Contains classes for Coherence AI vector database functionality.
Contains classes for Coherence AI vector database indexes.
Contains classes for Coherence AI vector database Knn search functionality.
Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of EvolvablePortableObject in com.oracle.coherence.ai
Classes in com.oracle.coherence.ai that implement EvolvablePortableObjectModifier and TypeClassDescriptionfinal class
A chunk of text extracted from a document. -
Uses of EvolvablePortableObject in com.oracle.coherence.ai.index
Classes in com.oracle.coherence.ai.index that implement EvolvablePortableObjectModifier and TypeClassDescriptionclass
BinaryQuantIndex<K,
V, T> AnVectorIndexExtractor
to create aVectorIndex
using binary quantization of vectors. -
Uses of EvolvablePortableObject in com.oracle.coherence.ai.search
Classes in com.oracle.coherence.ai.search that implement EvolvablePortableObjectModifier and TypeClassDescriptionclass
BaseQueryResult<K,
V> A base class forQueryResult
implementations.class
AQueryResult
where data is held in serialized binary format.class
SimpleQueryResult<K,
V> -
Uses of EvolvablePortableObject in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement EvolvablePortableObjectModifier and TypeClassDescriptionclass
AbstractEvolvableProcessor<K,
V, R> An Evolvable AbstractProcessor that is a partial EntryProcessor implementation that provides the default implementation of theAbstractEvolvableProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)
method.