Uses of Interface
com.tangosol.io.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
Modifier and TypeClassDescriptionclass
An abstract base class for implementing Evolvable objects.class
Simple implementation ofEvolvable
interface. -
Uses of Evolvable in com.tangosol.io.pof
Modifier and TypeInterfaceDescriptioninterface
Extension of thePortableObject
interface that supports forwards- and backwards-compatibility of POF data streams.Modifier and TypeFieldDescriptionEvolvableHolder.m_mapEvolvable
Map of Evolvable objects, keyed by type id. -
Uses of Evolvable in com.tangosol.net.topic
Modifier and TypeClassDescriptionstatic class
The result of a commit request. -
Uses of Evolvable in com.tangosol.util.processor
Modifier 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.