Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.loaders.keymappers

Packages that use org.infinispan.loaders.keymappers
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. 
 

Classes in org.infinispan.loaders.keymappers used by org.infinispan.loaders.jdbc.configuration
Key2StringMapper
          Defines the logic of mapping a key object to a String.
 

Classes in org.infinispan.loaders.keymappers used by org.infinispan.loaders.jdbc.stringbased
Key2StringMapper
          Defines the logic of mapping a key object to a String.
 

Classes in org.infinispan.loaders.keymappers used by org.infinispan.loaders.keymappers
DefaultTwoWayKey2StringMapper
          Default implementation for TwoWayKey2StringMapper that knows how to handle all primitive wrapper keys and Strings.
Key2StringMapper
          Defines the logic of mapping a key object to a String.
MarshallingTwoWayKey2StringMapper
          MarshallingTwoWayKey2StringMapper.
TwoWayKey2StringMapper
          Extends Key2StringMapper and allows a bidirectional transformation between keys and Strings.
 

Classes in org.infinispan.loaders.keymappers used by org.infinispan.lucene
Key2StringMapper
          Defines the logic of mapping a key object to a String.
TwoWayKey2StringMapper
          Extends Key2StringMapper and allows a bidirectional transformation between keys and Strings.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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