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 class
LuceneKey2StringMapper
To 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 interface
MarshallingTwoWayKey2StringMapper
MarshallingTwoWayKey2StringMapper.Classes in org.infinispan.persistence.keymappers that implement TwoWayKey2StringMapper Modifier and Type Class Description class
DefaultTwoWayKey2StringMapper
Default implementation forTwoWayKey2StringMapper
that knows how to handle all primitive wrapper keys and Strings.class
WrappedByteArrayOrPrimitiveMapper
This class is an implementation forTwoWayKey2StringMapper
that supports both primitives andWrappedByteArray
s.
-