Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.loaders.keymappers.Key2StringMapper

Packages that use Key2StringMapper
org.infinispan.loaders.jdbc.configuration   
org.infinispan.loaders.jdbc.stringbased This JDBC CacheStore implementation is optimized for storing String keys in the cache. 
org.infinispan.loaders.keymappers   
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
 

Uses of Key2StringMapper in org.infinispan.loaders.jdbc.configuration
 

Method parameters in org.infinispan.loaders.jdbc.configuration with type arguments of type Key2StringMapper
 JdbcMixedCacheStoreConfigurationChildBuilder<S> JdbcMixedCacheStoreConfigurationChildBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
          The class of a Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
 JdbcStringBasedCacheStoreConfigurationBuilder JdbcStringBasedCacheStoreConfigurationBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
          The class of a Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
 JdbcMixedCacheStoreConfigurationChildBuilder<JdbcMixedCacheStoreConfigurationBuilder> JdbcMixedCacheStoreConfigurationBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
          The class of a Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
 JdbcMixedCacheStoreConfigurationChildBuilder<JdbcMixedCacheStoreConfigurationBuilder> JdbcMixedCacheStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
           
 

Uses of Key2StringMapper in org.infinispan.loaders.jdbc.stringbased
 

Methods in org.infinispan.loaders.jdbc.stringbased that return Key2StringMapper
 Key2StringMapper JdbcStringBasedCacheStoreConfig.getKey2StringMapper()
           
 

Uses of Key2StringMapper in org.infinispan.loaders.keymappers
 

Subinterfaces of Key2StringMapper in org.infinispan.loaders.keymappers
 interface MarshallingTwoWayKey2StringMapper
          MarshallingTwoWayKey2StringMapper.
 interface TwoWayKey2StringMapper
          Extends Key2StringMapper and allows a bidirectional transformation between keys and Strings.
 

Classes in org.infinispan.loaders.keymappers that implement Key2StringMapper
 class DefaultTwoWayKey2StringMapper
          Default implementation for TwoWayKey2StringMapper that knows how to handle all primitive wrapper keys and Strings.
 class MarshalledValueOrPrimitiveMapper
          This class is an implementation for TwoWayKey2StringMapper that supports both primitives and MarshalledValues.
 

Uses of Key2StringMapper in org.infinispan.lucene
 

Classes in org.infinispan.lucene that implement Key2StringMapper
 class LuceneKey2StringMapper
          To configure a JdbcStringBasedCacheStoreConfig for the Lucene Directory, use this Key2StringMapper implementation.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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