See: Description
| Interface | Description |
|---|---|
| GemfireConstants |
The GemfireConstants class define constants for Spring GemFire component bean names.
|
| Class | Description |
|---|---|
| AnnotationDrivenBeanDefinitionParser | |
| 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.
|
| CreateDefinedIndexesApplicationListener |
The CreateDefinedIndexesApplicationListener class is a Spring ApplicationListener used to create
all the GemFire Cache Region Indexes "defined" using the QueryService.defineXXXX(..) methods.
|
| DiskStoreBeanPostProcessor |
The DiskStoreBeanPostProcessor class post processes any GemFire Disk Store DiskDir Spring beans defined
in the application context to ensure that the Disk Store directory location (disk-dir) actually exists
before creating the Disk Store.
|
| DiskStoreParser |
Parser for <disk-store> bean definitions.
|
| GemfireRegionAutoProxyParser | |
| PdxDiskStoreAwareBeanFactoryPostProcessor |
The PdxDiskStoreAwareBeanFactoryPostProcessor class is a BeanFactoryPostProcessor that modifies all Async Event Queue,
Region and Disk Store beans in the Spring container to form a dependency on the Cache's PDX Disk Store bean.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.