Uses of Interface
org.infinispan.marshall.Marshaller

Packages that use Marshaller
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
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 Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
 

Uses of Marshaller in org.infinispan.client.hotrod
 

Constructors in org.infinispan.client.hotrod with parameters of type Marshaller
RemoteCacheManager(Marshaller marshaller, Properties props)
          Same as RemoteCacheManager.RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Marshaller marshaller, Properties props, boolean start)
          Builds a remote cache manager that relies on the provided Marshaller for marshalling keys and values to be send over to the remote Infinispan cluster.
 

Uses of Marshaller in org.infinispan.client.hotrod.impl
 

Methods in org.infinispan.client.hotrod.impl with parameters of type Marshaller
 void RemoteCacheImpl.init(Marshaller marshaller, ExecutorService executorService, OperationsFactory operationsFactory, int estimateKeySize, int estimateValueSize)
           
 

Uses of Marshaller in org.infinispan.marshall
 

Subinterfaces of Marshaller in org.infinispan.marshall
 interface StreamingMarshaller
          A specialization of Marshaller that supports streams.
 

Classes in org.infinispan.marshall that implement Marshaller
 class AbstractMarshaller
          Abstract Marshaller implementation containing shared implementations.
 class AbstractStreamingMarshaller
          Abstract marshaller
 class VersionAwareMarshaller
          A delegate to various other marshallers like JBossMarshaller.
 

Uses of Marshaller in org.infinispan.marshall.jboss
 

Classes in org.infinispan.marshall.jboss that implement Marshaller
 class GenericJBossMarshaller
          A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.
 class JBossMarshaller
          A specialized form of the GenericJBossMarshaller, making use of a custom object table for types internal to Infinispan.
 



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