Class | Description |
---|---|
AutoRegionLookupBeanPostProcessor |
The AutoRegionLookupBeanPostProcessor class is a Spring
BeanPostProcessor that post processes
a GemFireCache by registering all cache Regions that have not been explicitly
defined in the Spring application context. |
ClientRegionPoolBeanFactoryPostProcessor |
ClientRegionPoolBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation
ensuring a proper dependency is declared between a GemFire client Region
and the GemFire client Pool it references and uses, providing
the GemFire client Pool has been defined and configured with
Spring (Data GemFire) configuration meta-data (e.g. |
CustomEditorBeanFactoryPostProcessor |
CustomEditorBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation
used to register custom PropertyEditors / Spring Converters
that are used to perform type conversions between String-based configuration meta-data and actual GemFire
or Spring Data GemFire defined (enumerated) types. |
CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter | |
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter | |
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter | |
DefinedIndexesApplicationListener |
DefinedIndexesApplicationListener is a Spring ApplicationListener used to create all
"defined" GemFire Indexes by using the QueryService ,
defineXxxIndex(..) methods. |
DiskStoreDirectoryBeanPostProcessor |
The
DiskStoreDirectoryBeanPostProcessor processes any GemFire DiskStore ,
DiskStoreFactoryBean.DiskDir Spring beans defined in the application context to ensure that the directory actually exists
before creating the DiskStore . |
PdxDiskStoreAwareBeanFactoryPostProcessor |
PdxDiskStoreAwareBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor that modifies
all GemFire Async Event Queue, Region and Disk Store beans in the Spring container to form a dependency on
the Cache's PDX DiskStore bean. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.