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 classA 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 TypeClassDescriptionclassBinaryQuantIndex<K,V, T> AnVectorIndexExtractorto create aVectorIndexusing binary quantization of vectors. - 
Uses of EvolvablePortableObject in com.oracle.coherence.ai.search
Classes in com.oracle.coherence.ai.search that implement EvolvablePortableObjectModifier and TypeClassDescriptionclassBaseQueryResult<K,V> A base class forQueryResultimplementations.classAQueryResultwhere data is held in serialized binary format.classSimpleQueryResult<K,V>  - 
Uses of EvolvablePortableObject in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement EvolvablePortableObjectModifier and TypeClassDescriptionclassAbstractEvolvableProcessor<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.