Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
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.client.hotrod | |
org.infinispan.client.hotrod.configuration | |
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.marshall | |
org.infinispan.commons.hash | |
org.infinispan.commons.io | |
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.marshall.exts | |
org.infinispan.commons.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.commons.util | |
org.infinispan.compat | |
org.infinispan.configuration.cache | |
org.infinispan.configuration.global | |
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 | |
org.infinispan.distexec.mapreduce | |
org.infinispan.distribution.ch | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
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.marshall | |
org.infinispan.marshall.core | |
org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.metadata | |
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 | |
org.infinispan.persistence.remote.wrapper | |
org.infinispan.persistence.spi | |
org.infinispan.query.remote.client | |
org.infinispan.registry | |
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.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.topology | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
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.
|
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 |
---|
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 |
---|
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.
|
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.
|
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 |
---|
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.
|
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 |
---|
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 |
---|
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. |
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 . |
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.
|
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 |
---|
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 |
---|
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 |
---|
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.
|
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 |
---|
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 . |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.