Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
org.springframework.data.gemfire.client |
Classes providing support for GemFire client configuration.
|
org.springframework.data.gemfire.config.annotation | |
org.springframework.data.gemfire.config.annotation.support |
Modifier and Type | Class and Description |
---|---|
class |
GenericRegionFactoryBean<K,V>
The GenericRegionFactoryBean class is an extension of the abstract, base RegionFactoryBean class enabling developers
to define a GemFire Cache Region with defaults.
|
class |
LocalRegionFactoryBean<K,V> |
class |
LookupRegionFactoryBean<K,V>
The LookupRegionFactoryBean class is a concrete implementation of RegionLookupFactoryBean for handling
>gfe:lookup-region/< SDG XML namespace (XSD) elements.
|
class |
PartitionedRegionFactoryBean<K,V> |
class |
RegionFactoryBean<K,V>
<<<<<<< HEAD
Abstract base class and Spring
FactoryBean for constructing and initializing a GemFire Region .
=======
Abstract Spring FactoryBean base class extended by other SDG FactoryBeans used to
construct, configure and initialize peer Regions . |
class |
ReplicatedRegionFactoryBean<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
ClientRegionFactoryBean<K,V>
Spring
FactoryBean used to construct, configure and initialize a client Region . |
Modifier and Type | Field and Description |
---|---|
protected static Class<? extends RegionLookupFactoryBean> |
EntityDefinedRegionsConfiguration.DEFAULT_REGION_FACTORY_BEAN_CLASS |
protected static Map<Class<? extends Annotation>,Class<? extends RegionLookupFactoryBean>> |
EntityDefinedRegionsConfiguration.regionAnnotationToRegionFactoryBeanClass |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends RegionLookupFactoryBean> |
EntityDefinedRegionsConfiguration.resolveRegionFactoryBeanClass(GemfirePersistentEntity persistentEntity) |
Modifier and Type | Class and Description |
---|---|
class |
GemFireCacheTypeAwareRegionFactoryBean<K,V>
The
GemFireCacheTypeAwareRegionFactoryBean class is a smart Spring FactoryBean that knows how to
create a client or server Region depending on whether the GemFireCache is
a ClientCache or a peer Cache . |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.