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.
|
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 |
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 . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.