Uses of Interface
org.infinispan.persistence.keymappers.Key2StringMapper
-
Packages that use Key2StringMapper Package Description org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan.org.infinispan.persistence.jdbc.configuration Configuration for the JDBC CacheStore.org.infinispan.persistence.keymappers -
-
Uses of Key2StringMapper in org.infinispan.lucene
Classes in org.infinispan.lucene that implement Key2StringMapper Modifier and Type Class Description classLuceneKey2StringMapperTo configure a JdbcStringBasedCacheStoreConfig for the Lucene Directory, use this Key2StringMapper implementation. -
Uses of Key2StringMapper in org.infinispan.persistence.jdbc.configuration
Method parameters in org.infinispan.persistence.jdbc.configuration with type arguments of type Key2StringMapper Modifier and Type Method Description JdbcStringBasedStoreConfigurationBuilderJdbcStringBasedStoreConfigurationBuilder. key2StringMapper(Class<? extends Key2StringMapper> klass)The class of aKey2StringMapperto use for mapping keys to strings suitable for storage in a database table. -
Uses of Key2StringMapper in org.infinispan.persistence.keymappers
Subinterfaces of Key2StringMapper in org.infinispan.persistence.keymappers Modifier and Type Interface Description interfaceMarshallingTwoWayKey2StringMapperMarshallingTwoWayKey2StringMapper.interfaceTwoWayKey2StringMapperExtendsKey2StringMapperand allows a bidirectional transformation between keys and Strings.Classes in org.infinispan.persistence.keymappers that implement Key2StringMapper Modifier and Type Class Description classDefaultTwoWayKey2StringMapperDefault implementation forTwoWayKey2StringMapperthat knows how to handle all primitive wrapper keys and Strings.classWrappedByteArrayOrPrimitiveMapperThis class is an implementation forTwoWayKey2StringMapperthat supports both primitives andWrappedByteArrays.
-