Package | Description |
---|---|
org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
org.infinispan.persistence.jdbc.configuration | |
org.infinispan.persistence.keymappers |
Modifier and Type | Class and Description |
---|---|
class |
LuceneKey2StringMapper
To configure a JdbcStringBasedCacheStoreConfig for the Lucene Directory, use this
Key2StringMapper implementation.
|
Modifier and Type | Method and Description |
---|---|
JdbcMixedStoreConfigurationChildBuilder<S> |
JdbcMixedStoreConfigurationChildBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedStoreConfigurationChildBuilder<JdbcMixedStoreConfigurationBuilder> |
JdbcMixedStoreConfigurationBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
JdbcMixedStoreConfigurationChildBuilder<JdbcMixedStoreConfigurationBuilder> |
JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass) |
JdbcStringBasedStoreConfigurationBuilder |
JdbcStringBasedStoreConfigurationBuilder.key2StringMapper(Class<? extends Key2StringMapper> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
storage in a database table. |
Modifier and Type | Interface and Description |
---|---|
interface |
MarshallingTwoWayKey2StringMapper
MarshallingTwoWayKey2StringMapper.
|
interface |
TwoWayKey2StringMapper
Extends
Key2StringMapper and allows a bidirectional transformation between keys and Strings. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTwoWayKey2StringMapper
Default implementation for
TwoWayKey2StringMapper that knows how to handle all primitive
wrapper keys and Strings. |
class |
MarshalledValueOrPrimitiveMapper
This class is an implementation for
TwoWayKey2StringMapper that supports both primitives
and MarshalledValue s. |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.