Uses of Interface
org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
-
Packages that use TwoWayKey2StringMapper Package Description org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan.org.infinispan.persistence.keymappers -
-
Uses of TwoWayKey2StringMapper in org.infinispan.lucene
Classes in org.infinispan.lucene that implement TwoWayKey2StringMapper Modifier and Type Class Description classLuceneKey2StringMapperTo configure a JdbcStringBasedCacheStoreConfig for the Lucene Directory, use this Key2StringMapper implementation. -
Uses of TwoWayKey2StringMapper in org.infinispan.persistence.keymappers
Subinterfaces of TwoWayKey2StringMapper in org.infinispan.persistence.keymappers Modifier and Type Interface Description interfaceMarshallingTwoWayKey2StringMapperMarshallingTwoWayKey2StringMapper.Classes in org.infinispan.persistence.keymappers that implement TwoWayKey2StringMapper 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.
-