Package | Description |
---|---|
org.infinispan.atomic |
This package contains the
AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
org.infinispan.atomic.impl | |
org.infinispan.cache.impl | |
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.configuration |
HotRod Client Configuration API
|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.protocol | |
org.infinispan.client.hotrod.impl.transport | |
org.infinispan.client.hotrod.impl.transport.tcp | |
org.infinispan.client.hotrod.marshall | |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
org.infinispan.commons.hash |
Commons Hash package
|
org.infinispan.commons.io |
Commons IO package
|
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.marshall.exts |
Provides Infinispan-specific extensions to the marshallers.
|
org.infinispan.commons.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
org.infinispan.compat | |
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata | |
org.infinispan.container.versioning | |
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.distexec |
Distribute Executor APIs
|
org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
org.infinispan.distribution.ch.impl | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.filter |
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
|
org.infinispan.functional.impl | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.compat | |
org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
org.infinispan.lucene.impl | |
org.infinispan.marshall | |
org.infinispan.marshall.core | |
org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.metadata |
Metadata interfaces
|
org.infinispan.metadata.impl | |
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachelistener.filter |
Cache -specific notifications and eventing filtering classes. |
org.infinispan.partitionhandling | |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.jdbc |
This package contains a
AdvancedLoadWriteStore implementation based on
a JDBC database connection. |
org.infinispan.persistence.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.persistence.keymappers | |
org.infinispan.persistence.manager | |
org.infinispan.persistence.remote.configuration |
Configuration for
RemoteStore |
org.infinispan.persistence.remote.upgrade | |
org.infinispan.persistence.remote.wrapper | |
org.infinispan.persistence.spi |
The Persistence SPI
|
org.infinispan.query.remote.client | |
org.infinispan.registry |
The internal cache registry API
|
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.server.core.logging | |
org.infinispan.server.core.security | |
org.infinispan.server.core.security.simple | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stream |
This package contains various helper classes when using the
CacheStream or its various
classes. |
org.infinispan.stream.impl.intops | |
org.infinispan.stream.impl.termop | |
org.infinispan.tasks | |
org.infinispan.topology | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.tree |
This package contains the TreeCache.
|
org.infinispan.tree.impl | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
org.infinispan.xsite.statetransfer |
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
BufferSizePredictor
Buffer size predictor
|
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
LambdaExternalizer
A lambda
AdvancedExternalizer . |
MarshallableTypeHints
Class providing hints about marshallable types, such as whether a particular
type is marshallable or not, or an accurate approach to the serialized
size of a particular type.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
MarshallUtil.ArrayBuilder |
MarshallUtil.CollectionBuilder |
MarshallUtil.EnumBuilder |
MarshallUtil.MapBuilder |
MarshallUtil.UnboundedCollectionBuilder |
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
ValueMatcherMode
Value matcher mode.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
SerializeWith
Indicate that this class should be serialized with an instance of the given
Externalizer class. |
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
InstanceReusingAdvancedExternalizer
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object
instances instead of serializing a brand new object.
|
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
DelegatingObjectOutput
Class that extends
OutputStream and implements ObjectOutput . |
Class and Description |
---|
AbstractDelegatingMarshaller
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Ids
Indexes for object types included in commons.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
BufferSizePredictor
Buffer size predictor
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
InstanceReusingAdvancedExternalizer
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object
instances instead of serializing a brand new object.
|
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Class and Description |
---|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Class and Description |
---|
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
SerializeWith
Indicate that this class should be serialized with an instance of the given
Externalizer class. |
Class and Description |
---|
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
SerializeWith
Indicate that this class should be serialized with an instance of the given
Externalizer class. |
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
InstanceReusingAdvancedExternalizer
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object
instances instead of serializing a brand new object.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Class and Description |
---|
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Class and Description |
---|
AbstractExternalizer
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AdvancedExternalizer
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
Externalizer
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.