Uses of Interface
com.tangosol.io.Evolvable
Packages that use Evolvable
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 classes providing cache persistence of serialized objects.
Contains classes related to POF serialization and deserialization.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of Evolvable in com.oracle.coherence.ai
Classes in com.oracle.coherence.ai that implement EvolvableModifier and TypeClassDescriptionfinal class
A chunk of text extracted from a document. -
Uses of Evolvable in com.oracle.coherence.ai.index
Classes in com.oracle.coherence.ai.index that implement EvolvableModifier and TypeClassDescriptionclass
BinaryQuantIndex<K,
V, T> AnVectorIndexExtractor
to create aVectorIndex
using binary quantization of vectors. -
Uses of Evolvable in com.oracle.coherence.ai.search
Classes in com.oracle.coherence.ai.search that implement EvolvableModifier 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 Evolvable in com.tangosol.io
Classes in com.tangosol.io that implement EvolvableModifier and TypeClassDescriptionclass
An abstract base class for implementing Evolvable objects.class
Simple implementation ofEvolvable
interface. -
Uses of Evolvable in com.tangosol.io.pof
Subinterfaces of Evolvable in com.tangosol.io.pofModifier and TypeInterfaceDescriptioninterface
Extension of thePortableObject
interface that supports forwards- and backwards-compatibility of POF data streams.Fields in com.tangosol.io.pof with type parameters of type EvolvableModifier and TypeFieldDescriptionEvolvableHolder.m_mapEvolvable
Map of Evolvable objects, keyed by type id.Methods in com.tangosol.io.pof that return Evolvable -
Uses of Evolvable in com.tangosol.net.topic
Classes in com.tangosol.net.topic that implement EvolvableModifier and TypeClassDescriptionstatic class
The result of a commit request. -
Uses of Evolvable in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement EvolvableModifier 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.