|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.infinispan.marshall | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.bdbje | This package contains a CacheStore implementation based on
Oracle's BDBJE storage engine. |
org.infinispan.loaders.cluster | |
org.infinispan.loaders.decorators | |
org.infinispan.loaders.file | |
org.infinispan.loaders.jdbc | This package contains a CacheStore implementation based on
a JDBC database connection. |
org.infinispan.loaders.jdbc.binary | This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. |
org.infinispan.loaders.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.loaders.jdbc.stringbased | This JDBC CacheStore implementation is optimized for storing String keys in the cache. |
org.infinispan.loaders.jdbm | This package contains a CacheStore implementation based on
persisting to JDBM. |
org.infinispan.loaders.s3 | This package contains a CacheStore implementation based on
persisting to Amazon's S3 service. |
org.infinispan.loaders.s3.jclouds | A bridge between Infinispan and JClouds - a fast S3 communication library. |
org.infinispan.marshall | Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. |
org.infinispan.marshall.jboss | |
org.infinispan.remoting.transport | |
org.infinispan.remoting.transport.jgroups | |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction | JTA transaction support. |
Classes in org.infinispan.marshall used by org.infinispan | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.interceptors | |
---|---|
MarshalledValue
Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader. |
Classes in org.infinispan.marshall used by org.infinispan.loaders | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.bdbje | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.cluster | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.decorators | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.file | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc.binary | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc.mixed | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc.stringbased | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbm | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.s3 | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.loaders.s3.jclouds | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.marshall | |
---|---|
AbstractMarshaller
Abstract marshaller |
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
|
UnmarshalledReferences
An efficient array-based list of referenced objects, using the reference id as a subscript for the array. |
Classes in org.infinispan.marshall used by org.infinispan.marshall.jboss | |
---|---|
AbstractMarshaller
Abstract marshaller |
|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.remoting.transport | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.remoting.transport.jgroups | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.statetransfer | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Classes in org.infinispan.marshall used by org.infinispan.transaction | |
---|---|
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |