| Interface | Description |
|---|---|
| Ids |
Indexes for object types.
|
| MarshalledEntry<K,V> |
Defines an externally persisted entry.
|
| MarshalledEntryFactory<K,V> |
Factory for
MarshalledEntry. |
| Class | Description |
|---|---|
| CacheMarshaller |
A cache-scoped marshaller.
|
| ExternalizerTable |
The externalizer table maintains information necessary to be able to map a particular type with the corresponding
AdvancedExternalizer implementation that it marshall, and it also keeps information of which AdvancedExternalizer
should be used to read data from a buffer given a particular AdvancedExternalizer identifier. |
| GlobalMarshaller |
A globally-scoped marshaller.
|
| JBossMarshaller |
A JBoss Marshalling based marshaller that is oriented at internal, embedded,
Infinispan usage.
|
| JBossMarshaller.EmbeddedContextClassResolver |
An embedded context class resolver that is able to retrieve a class
loader from the embedded Infinispan call context.
|
| MarshalledEntryFactoryImpl | |
| MarshalledEntryImpl<K,V> | |
| MarshalledEntryImpl.Externalizer | |
| MarshalledValue |
Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader.
|
| MarshalledValue.Externalizer | |
| SerializeWithExtFactory |
JBoss Marshalling plugin class for
ClassExternalizerFactory that allows for Infinispan
annotations to be used instead of JBoss Marshalling ones in order to discover which classes are
serializable with Infinispan externalizers. |
| VersionAwareMarshaller |
A delegate to various other marshallers like
JBossMarshaller. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.