| Package | Description |
|---|---|
| org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
| org.springframework.data.gemfire.support |
Support package for Spring Gemfire integration.
|
| Modifier and Type | Method and Description |
|---|---|
GemfireBeanFactoryLocator |
AbstractConfigurableCacheFactoryBean.getBeanFactoryLocator()
Returns a reference to the configured
GemfireBeanFactoryLocator used to resolve Spring bean references
in Apache Geode native configuration metadata (e.g. |
| Modifier and Type | Method and Description |
|---|---|
Optional<GemfireBeanFactoryLocator> |
AbstractConfigurableCacheFactoryBean.getOptionalBeanFactoryLocator()
Returns an
Optional reference to the configured GemfireBeanFactoryLocator used to
resolve Spring bean references in Apache Geode native configuration metadata (e.g. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConfigurableCacheFactoryBean.setBeanFactoryLocator(GemfireBeanFactoryLocator beanFactoryLocator)
Gets a reference to the configured
GemfireBeanFactoryLocator used to resolve Spring bean references
in Apache Geode native configuration metadata (e.g. |
| Modifier and Type | Method and Description |
|---|---|
static GemfireBeanFactoryLocator |
GemfireBeanFactoryLocator.newBeanFactoryLocator()
Factory method used to construct a new instance of
GemfireBeanFactoryLocator. |
static GemfireBeanFactoryLocator |
GemfireBeanFactoryLocator.newBeanFactoryLocator(BeanFactory beanFactory,
String associatedBeanName)
Factory method used to construct a new instance of
GemfireBeanFactoryLocator initialized with
the given, default Spring BeanFactory and associated Spring bean name. |
GemfireBeanFactoryLocator |
GemfireBeanFactoryLocator.withBeanName(String beanName)
Builder method to set the bean name used by this locator to lookup a Spring
BeanFactory. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.