Package org.springframework.data.gemfire.config.support
package org.springframework.data.gemfire.config.support
-
ClassDescriptionThe
AbstractDependencyStructuringBeanFactoryPostProcessor
class is a SpringBeanFactoryPostProcessor
post processing the SpringBeanFactory
to help ensure that the dependencies between different Apache Geode or Pivotal GemFire objects (e.g.AbstractSmartLifecycle
is an abstract base class implementing the SpringSmartLifecycle
interface to support custom implementations.TheAutoRegionLookupBeanPostProcessor
class is a SpringBeanPostProcessor
that post processes aGemFireCache
by registering all cacheRegions
that have not been explicitly defined in the Spring application context.The ClientCachePoolBeanFactoryPostProcessor class...ClientRegionPoolBeanFactoryPostProcessor
is a SpringBeanFactoryPostProcessor
implementation ensuring a proper dependency is declared between a clientRegion
and a clientPool
it references and uses, providing the clientPool
has been defined and configured with Spring Data for Apache Geode configuration metadata (e.g.CustomEditorBeanFactoryPostProcessor
is a SpringBeanFactoryPostProcessor
implementation used to register customPropertyEditors
/ SpringConverters
that are used to perform type conversions betweenString-based
configuration metadata and actual Apache Geode or Spring Data for Apache Geode defined (enumerated) types.DefinedIndexesApplicationListener
is a SpringApplicationListener
used to create all "defined" GemFireIndexes
by using theQueryService
, defineXxxIndex(..) methods.TheDiskStoreDirectoryBeanPostProcessor
processes any GemFireDiskStore
,DiskStoreFactoryBean.DiskDir
Spring beans defined in the application context to ensure that the directory actually exists before creating theDiskStore
.ABeanFactoryPostProcessor
to associate the configuredGatewaySender
onto the correspondingRegion
.The GemfireFeature enum is an enumeration of features available in Apache Geode and Pivotal GemFire combined.PdxDiskStoreAwareBeanFactoryPostProcessor
is a SpringBeanFactoryPostProcessor
that modifies all GemFire Async Event Queue, Region and Disk Store beans in the Spring container to form a dependency on the Cache's PDXDiskStore
bean.Configurer for aRestTemplate
.