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.util.processor |
Contains concrete
InvocableMap.EntryProcessor
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvolvable
An abstract base class for implementing Evolvable objects.
|
class |
SimpleEvolvable
Simple implementation of
Evolvable interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
EvolvablePortableObject
Extension of the
PortableObject interface that supports forwards- and
backwards-compatibility of POF data streams. |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Evolvable> |
EvolvableHolder.m_mapEvolvable
Map of Evolvable objects, keyed by type id.
|
Modifier and Type | Method and Description |
---|---|
Evolvable |
EvolvableHolder.get(Integer idType)
Return an
Evolvable for the specified type id. |
Evolvable |
EvolvableObject.getEvolvable(int nTypeId)
Return
Evolvable object for the specified type id. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvolvableProcessor<K,V,R>
An Evolvable AbstractProcessor that is a partial EntryProcessor implementation that provides
the default implementation of the
AbstractEvolvableProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>) method. |