|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration.IndexingConfig | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of Configuration.IndexingConfig in org.infinispan.config |
---|
Classes in org.infinispan.config that implement Configuration.IndexingConfig | |
---|---|
static class |
Configuration.QueryConfigurationBean
Configures indexing of entries in the cache for searching. |
Methods in org.infinispan.config that return Configuration.IndexingConfig | |
---|---|
Configuration.IndexingConfig |
Configuration.configureIndexing()
|
Configuration.IndexingConfig |
Configuration.IndexingConfig.enabled(Boolean enabled)
If enabled, entries will be indexed when they are added to the cache. |
Configuration.IndexingConfig |
Configuration.QueryConfigurationBean.enabled(Boolean enabled)
|
Configuration.IndexingConfig |
Configuration.IndexingConfig.indexLocalOnly(Boolean indexlocalOnly)
If true, only index changes made locally, ignoring remote changes. |
Configuration.IndexingConfig |
Configuration.QueryConfigurationBean.indexLocalOnly(Boolean indexLocalOnly)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |