Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.loaders.remote.wrapper.EntryWrapper

Packages that use EntryWrapper
org.infinispan.loaders.remote   
org.infinispan.loaders.remote.configuration   
org.infinispan.loaders.remote.wrapper   
 

Uses of EntryWrapper in org.infinispan.loaders.remote
 

Methods in org.infinispan.loaders.remote that return EntryWrapper
 EntryWrapper<?,?> RemoteCacheStoreConfig.getEntryWrapper()
           
 

Methods in org.infinispan.loaders.remote with parameters of type EntryWrapper
 void RemoteCacheStoreConfig.setEntryWrapper(EntryWrapper<?,?> entryWrapper)
           
 

Uses of EntryWrapper in org.infinispan.loaders.remote.configuration
 

Methods in org.infinispan.loaders.remote.configuration that return EntryWrapper
 EntryWrapper<?,?> RemoteCacheStoreConfiguration.entryWrapper()
           
 

Methods in org.infinispan.loaders.remote.configuration with parameters of type EntryWrapper
 RemoteCacheStoreConfigurationBuilder AbstractRemoteCacheStoreConfigurationChildBuilder.entryWrapper(EntryWrapper<?,?> entryWrapper)
           
 RemoteCacheStoreConfigurationBuilder RemoteCacheStoreConfigurationChildBuilder.entryWrapper(EntryWrapper<?,?> entryWrapper)
          Allows you to specify a custom EntryWrapper implementation to wrap cache entries
 RemoteCacheStoreConfigurationBuilder RemoteCacheStoreConfigurationBuilder.entryWrapper(EntryWrapper<?,?> entryWrapper)
           
 

Uses of EntryWrapper in org.infinispan.loaders.remote.wrapper
 

Classes in org.infinispan.loaders.remote.wrapper that implement EntryWrapper
 class DefaultEntryWrapper
          DefaultEntryWrapper.
 class HotRodEntryWrapper
          HotRodEntryWrapper.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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