Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
org.springframework.data.gemfire.config.annotation |
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 |
PartitionedRegionFactoryBean<K,V> |
class |
ReplicatedRegionFactoryBean<K,V> |
Modifier and Type | Method and Description |
---|---|
default void |
RegionConfigurer.configure(String beanName,
RegionFactoryBean<?,?> bean)
Configuration callback method providing a reference to a
RegionFactoryBean used to construct, configure
and initialize an instance of a peer Region . |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.