Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
org.springframework.data.gemfire.search.lucene |
Modifier and Type | Method and Description |
---|---|
protected IndexConfigurer |
IndexFactoryBean.getCompositeRegionConfigurer()
Returns a reference to the Composite
IndexConfigurer used to apply additional configuration
to this IndexFactoryBean on Spring container initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
IndexFactoryBean.applyIndexConfigurers(String indexName,
IndexConfigurer... indexConfigurers)
Null-safe operation to apply the given array of
IndexConfigurers
to this IndexFactoryBean . |
void |
IndexFactoryBean.setIndexConfigurers(IndexConfigurer... indexConfigurers)
Null-safe operation to set an array of
IndexConfigurers used to apply
additional configuration to this IndexFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected void |
IndexFactoryBean.applyIndexConfigurers(String indexName,
Iterable<IndexConfigurer> indexConfigurers)
|
void |
IndexFactoryBean.setIndexConfigurers(List<IndexConfigurer> indexConfigurers)
Null-safe operation to set an
Iterable of IndexConfigurers used to apply
additional configuration to this IndexFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected IndexConfigurer |
LuceneIndexFactoryBean.getCompositeRegionConfigurer()
Returns a reference to the Composite
IndexConfigurer used to apply additional configuration
to this LuceneIndexFactoryBean on Spring container initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneIndexFactoryBean.applyIndexConfigurers(String indexName,
IndexConfigurer... indexConfigurers)
Null-safe operation to apply the given array of
IndexConfigurers
to this LuceneIndexFactoryBean . |
void |
LuceneIndexFactoryBean.setIndexConfigurers(IndexConfigurer... indexConfigurers)
Null-safe operation to set an array of
IndexConfigurers used to apply
additional configuration to this LuceneIndexFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneIndexFactoryBean.applyIndexConfigurers(String indexName,
Iterable<IndexConfigurer> indexConfigurers)
|
void |
LuceneIndexFactoryBean.setIndexConfigurers(List<IndexConfigurer> indexConfigurers)
Null-safe operation to set an
Iterable of IndexConfigurers used to apply
additional configuration to this LuceneIndexFactoryBean when using Annotation-based configuration. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.