Uses of Interface
org.infinispan.config.FluentConfiguration.IndexingConfig

Packages that use FluentConfiguration.IndexingConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of FluentConfiguration.IndexingConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement FluentConfiguration.IndexingConfig
static class Configuration.QueryConfigurationBean
          Configures indexing of entries in the cache for searching.
 

Methods in org.infinispan.config that return FluentConfiguration.IndexingConfig
 FluentConfiguration.IndexingConfig FluentConfiguration.IndexingConfig.addProperty(String key, String value)
          Defines a single property.
 FluentConfiguration.IndexingConfig Configuration.QueryConfigurationBean.addProperty(String key, String value)
           
 FluentConfiguration.IndexingConfig FluentConfiguration.IndexingConfig.disable()
          Indexing is disabled by default, but using the fluent API entering the FluentTypes.indexing() method enables Indexing implicitly.
 FluentConfiguration.IndexingConfig Configuration.QueryConfigurationBean.disable()
           
 FluentConfiguration.IndexingConfig FluentConfiguration.IndexingConfig.indexLocalOnly(Boolean indexLocalOnly)
          If true, only index changes made locally, ignoring remote changes.
 FluentConfiguration.IndexingConfig Configuration.QueryConfigurationBean.indexLocalOnly(Boolean indexLocalOnly)
           
 FluentConfiguration.IndexingConfig FluentConfiguration.IndexingConfig.withProperties(Properties properties)
          The Query engine relies on properties for configuration.
 FluentConfiguration.IndexingConfig Configuration.QueryConfigurationBean.withProperties(Properties properties)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.