| Package | Description |
|---|---|
| org.springframework.data.gemfire | |
| org.springframework.data.gemfire.client |
Classes providing support for Pivotal 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 PeerRegionFactoryBean class
enabling developers to define a Pivotal GemFire Cache Region with defaults. |
class |
LocalRegionFactoryBean<K,V> |
class |
PartitionedRegionFactoryBean<K,V> |
class |
PeerRegionFactoryBean<K,V>
Spring
FactoryBean and abstract 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 | Method and Description |
|---|---|
protected ExpiringRegionFactoryBean<?,?> |
ExpirationConfiguration.ExpirationPolicyMetaData.setExpirationAttributes(ExpiringRegionFactoryBean<?,?> regionFactoryBean)
Configures the Expiration policies on the targeted
ExpiringRegionFactoryBean, which may be
either a PeerRegionFactoryBean or ClientRegionFactoryBean. |
| Modifier and Type | Method and Description |
|---|---|
protected ExpiringRegionFactoryBean<?,?> |
ExpirationConfiguration.ExpirationPolicyMetaData.setExpirationAttributes(ExpiringRegionFactoryBean<?,?> regionFactoryBean)
Configures the Expiration policies on the targeted
ExpiringRegionFactoryBean, which may be
either a PeerRegionFactoryBean or ClientRegionFactoryBean. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheTypeAwareRegionFactoryBean<K,V>
The
CacheTypeAwareRegionFactoryBean 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. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheTypeAwareRegionFactoryBean.configureExpiration(ExpiringRegionFactoryBean<K,V> regionFactoryBean) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.