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

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)
           
 



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