Package | Description |
---|---|
org.springframework.data.gemfire | |
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 |
ReplicatedRegionFactoryBean<K,V> |
Modifier and Type | Method and Description |
---|---|
default void |
RegionConfigurer.configure(String beanName,
PeerRegionFactoryBean<?,?> bean)
Configuration callback method providing a reference to a
PeerRegionFactoryBean used to construct,
configure and initialize an instance of a peer Region . |
void |
LazyResolvingComposableRegionConfigurer.configure(String beanName,
PeerRegionFactoryBean<?,?> peerRegionFactoryBean) |
Modifier and Type | Method and Description |
---|---|
protected PeerRegionFactoryBean<K,V> |
CacheTypeAwareRegionFactoryBean.newPeerRegionFactoryBean()
Constructs a
sub-type of the PeerRegionFactoryBean class based on
the CacheTypeAwareRegionFactoryBean.getServerRegionShortcut() and CacheTypeAwareRegionFactoryBean.getDataPolicy() . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.