Uses of Interface
org.infinispan.client.hotrod.HotRodMarshaller

Packages that use HotRodMarshaller
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.loaders.remote   
 

Uses of HotRodMarshaller in org.infinispan.client.hotrod
 

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

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

Classes in org.infinispan.client.hotrod.impl that implement HotRodMarshaller
 class SerializationMarshaller
          Default marshaller implementation based on object serialization.
 

Methods in org.infinispan.client.hotrod.impl with parameters of type HotRodMarshaller
 void RemoteCacheImpl.init(HotRodOperations operations, HotRodMarshaller marshaller, ExecutorService executorService)
           
 

Uses of HotRodMarshaller in org.infinispan.loaders.remote
 

Classes in org.infinispan.loaders.remote that implement HotRodMarshaller
 class InternalCacheEntryMarshaller
          Marshaller used internally by the remote cache store.
 


Google Analytics

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