| 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.
|
| org.springframework.data.gemfire.config.annotation.support | |
| org.springframework.data.gemfire.search.lucene | |
| org.springframework.data.gemfire.server |
Support package for GemFire
CacheServer. |
| org.springframework.data.gemfire.snapshot |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheFactoryBean
Spring
FactoryBean used to construct, configure and initialize a Pivotal GemFire/Apache Geode
{@link Cache peer cache). |
class |
ConfigurableRegionFactoryBean<K,V>
ConfigurableRegionFactoryBean is an abstract base class encapsulating functionality common
to all configurable Region FactoryBeans. |
class |
DiskStoreFactoryBean
Spring
FactoryBean used to create DiskStore. |
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 |
IndexFactoryBean
Spring
FactoryBean used to construct, configure and initialize Indexes
using a declarative approach. |
class |
LocalRegionFactoryBean<K,V> |
class |
LookupRegionFactoryBean<K,V>
The LookupRegionFactoryBean class is a concrete implementation of ResolvableRegionFactoryBean for handling
>gfe:lookup-region/< SDG XML namespace (XSD) elements.
|
class |
PartitionAttributesFactoryBean<K,V>
Spring
FactoryBean for creating PartitionAttributes. |
class |
PartitionedRegionFactoryBean<K,V> |
class |
PeerRegionFactoryBean<K,V>
Abstract Spring
FactoryBean base class extended by other SDG FactoryBeans used to
construct, configure and initialize peer Regions. |
class |
ReplicatedRegionFactoryBean<K,V> |
class |
ResolvableRegionFactoryBean<K,V>
Spring
FactoryBean for looking up Regions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCacheFactoryBean
Spring
FactoryBean used to create a Pivotal GemFire/Apache Geode
ClientCache. |
class |
ClientRegionFactoryBean<K,V>
Spring
FactoryBean used to construct, configure and initialize a client Region. |
class |
PoolFactoryBean
Spring
FactoryBean to construct, configure and initialize a Pool. |
| 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 | Class and Description |
|---|---|
class |
LuceneIndexFactoryBean
Spring
FactoryBean used to construct, configure and initialize Lucene Indexes
on application domain object fields. |
class |
LuceneServiceFactoryBean
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheServerFactoryBean
Spring
FactoryBean used to construct, configure and initialize a CacheServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
SnapshotServiceFactoryBean<K,V>
The SnapshotServiceFactoryBean class is a Spring FactoryBean used to configure and create an instance
of an appropriate GemFire Snapshot Service to perform data import and exports.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.