Uses of Interface
com.tangosol.io.Evolvable
Packages that use Evolvable
Package
Description
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.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.