Uses of Package
org.infinispan.marshall

Packages that use org.infinispan.marshall
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 interface such as the tree API. 
org.infinispan.commands.control   
org.infinispan.commands.read   
org.infinispan.commands.remote   
org.infinispan.commands.tx   
org.infinispan.commands.write   
org.infinispan.container.entries   
org.infinispan.distribution Classes relating to the distributed cache mode. 
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.bucket   
org.infinispan.loaders.cloud   
org.infinispan.loaders.cluster   
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
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.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.exts   
org.infinispan.marshall.jboss   
org.infinispan.remoting.responses   
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. 
org.infinispan.transaction.xa   
org.infinispan.tree This package contains the TreeCache. 
org.infinispan.util   
 

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.atomic
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.commands.control
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.commands.read
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.commands.remote
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.commands.tx
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.commands.write
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.container.entries
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.distribution
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

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.
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
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.bucket
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.cloud
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.marshall
AbstractMarshaller
          Abstract marshaller
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
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.exts
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

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.responses
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

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
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
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
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
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.xa
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.tree
Externalizer
          Extended interface that extends capabilities of writing predefined objects with the possibility of reading them.
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 

Classes in org.infinispan.marshall used by org.infinispan.util
Marshallable
          This annotation is used for those classes that need to be marshalled/unmarshalled between nodes in the cluster or to/from cache stores.
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.