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 interfaces such as the Tree API. 
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.container.entries Entries which are stored in data containers. 
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 Abstract classes that use hashed buckets to store entries. 
org.infinispan.loaders.cloud This package contains a CacheStore implementation based on JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers such as Amazon's S3, RackspaceCloud's CloudFiles, Microsoft's Windows Azure Blob Storage API, and others. 
org.infinispan.loaders.cluster A CacheLoader (not CacheStore) that polls other nodes in the cluster for state. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.file Simple filesystem-based CacheStore implementation. 
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.remote   
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 Externalizers for various JDK types that are marshalled using the marshalling framework. 
org.infinispan.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
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.transaction JTA transaction support. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.tree This package contains the TreeCache. 
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. 
 

Classes in org.infinispan.marshall used by org.infinispan
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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.client.hotrod
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
 

Classes in org.infinispan.marshall used by org.infinispan.client.hotrod.impl
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
 

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.
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.bdbje
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.cluster
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.decorators
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.file
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc.binary
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc.mixed
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbc.stringbased
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.jdbm
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.loaders.remote
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.marshall
AbstractMarshaller
          Abstract Marshaller implementation containing shared implementations.
AbstractStreamingMarshaller
          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.
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.
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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 implementation containing shared implementations.
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.remoting
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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.
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall used by org.infinispan.statetransfer
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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.
StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

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
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.
 


Google Analytics

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