Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
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 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 . |
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–2019 Pivotal Software, Inc.. All rights reserved.