Uses of Interface
com.tangosol.io.Evolvable
-
Packages that use Evolvable Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of Evolvable in com.tangosol.io
Classes in com.tangosol.io that implement Evolvable Modifier and Type Class Description class
AbstractEvolvable
An abstract base class for implementing Evolvable objects.class
SimpleEvolvable
Simple implementation ofEvolvable
interface. -
Uses of Evolvable in com.tangosol.io.pof
Subinterfaces of Evolvable in com.tangosol.io.pof Modifier and Type Interface Description interface
EvolvablePortableObject
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 Evolvable Modifier and Type Field Description protected Map<Integer,Evolvable>
EvolvableHolder. m_mapEvolvable
Map of Evolvable objects, keyed by type id.Methods in com.tangosol.io.pof that return Evolvable Modifier and Type Method Description Evolvable
EvolvableHolder. get(Integer idType)
Return anEvolvable
for the specified type id.Evolvable
EvolvableObject. getEvolvable(int nTypeId)
ReturnEvolvable
object for the specified type id. -
Uses of Evolvable in com.tangosol.net.topic
Classes in com.tangosol.net.topic that implement Evolvable Modifier and Type Class Description static class
Subscriber.CommitResult
The result of a commit request. -
Uses of Evolvable in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement Evolvable Modifier and Type Class Description class
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.
-