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

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

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

Subinterfaces of Key2StringMapper in org.infinispan.loaders.jdbc.stringbased
 interface TwoWayKey2StringMapper
          Extends Key2StringMapper and allows a bidirectional transformation between keys and strings.
 

Classes in org.infinispan.loaders.jdbc.stringbased that implement Key2StringMapper
 class DefaultKey2StringMapper
          Deprecated. since 4.1 when DefaultTwoWayKey2StringMapper which is a replacement this implementation.
 class DefaultTwoWayKey2StringMapper
          Default implementation for TwoWayKey2StringMapper that knows how to handle all primitive wrapper keys and Strings.
 

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

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.
 


Google Analytics

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