See: Description
| Interface | Description |
|---|---|
| CacheFactoryBean.CacheFactoryInitializer<T> |
Callback interface for initializing either a
CacheFactory or a ClientCacheFactory instance,
which is used to create an instance of GemFireCache. |
| GemfireCallback<T> |
Callback interface for GemFire code.
|
| GemfireOperations |
| Class | Description |
|---|---|
| CacheFactoryBean |
Spring
FactoryBean used to construct, configure and initialize a Pivotal GemFire/Apache Geode
{@link Cache peer cache). |
| CacheFactoryBean.DynamicRegionSupport | |
| CacheFactoryBean.JndiDataSource | |
| ConfigurableRegionFactoryBean<K,V> |
ConfigurableRegionFactoryBean is an abstract base class encapsulating functionality common
to all configurable Region FactoryBeans. |
| DataPolicyConverter |
The DataPolicyConverter class converts String values into GemFire DataPolicy enumerated values.
|
| DiskStoreFactoryBean |
Spring
FactoryBean used to create DiskStore. |
| DiskStoreFactoryBean.DiskDir | |
| FixedPartitionAttributesFactoryBean |
Spring
FactoryBean to create a instance of the FixedPartitionAttributes. |
| GemfireAccessor |
GemfireAccessor is a base class for GemfireTemplate defining common operations and properties,
such as Region. |
| GemfireCacheUtils |
Helper class featuring methods for GemFire Cache or Region handling.
|
| GemfireTemplate |
Helper class that simplifies GemFire data access code and converts
GemFireCheckedException and
GemFireException into Spring DataAccessException, following the org.springframework.dao
exception hierarchy. |
| GemfireUtils |
GemfireUtils is an abstract utility class encapsulating common functionality to access features
and capabilities of GemFire based on version and other configuration meta-data. |
| 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.
|
| IndexFactoryBean |
Spring
FactoryBean used to construct, configure and initialize Indexes
using a declarative approach. |
| IndexFactoryBean.IndexWrapper | |
| IndexMaintenancePolicyConverter |
The IndexMaintenanceTypeConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting
a String into a specific SDG IndexMaintenancePolicyType.
|
| IndexTypeConverter |
The IndexTypeConverter class is a Spring Converter implementation as well as a JavaBeans PropertyEditor
that converts a given String value into a proper IndexType.
|
| InterestPolicyConverter |
The InterestPolicyConverter class is a Spring Converter implementation and Java PropertyEditor handling
the conversion between Strings and GemFire InterestPolicy values.
|
| LocalRegionFactoryBean<K,V> | |
| LookupRegionFactoryBean<K,V> |
The LookupRegionFactoryBean class is a concrete implementation of ResolvableRegionFactoryBean for handling
>gfe:lookup-region/< SDG XML namespace (XSD) elements.
|
| PartitionAttributesFactoryBean<K,V> |
Spring
FactoryBean for creating PartitionAttributes. |
| PartitionedRegionFactoryBean<K,V> | |
| PeerRegionFactoryBean<K,V> |
Abstract Spring
FactoryBean base class extended by other SDG FactoryBeans used to
construct, configure and initialize peer Regions. |
| RegionAttributesFactoryBean<K,V> |
Spring-friendly bean for creating
RegionAttributes. |
| RegionShortcutConverter |
The RegionShortcutConverter class is a Spring Converter implementation converting String value Region Shortcut
representations into actual GemFire RegionShortcut enumerated values.
|
| RegionShortcutToDataPolicyConverter | |
| ReplicatedRegionFactoryBean<K,V> | |
| ResolvableRegionFactoryBean<K,V> |
Spring
FactoryBean for looking up Regions. |
| ScopeConverter |
The ScopeConverter class is a Spring Converter and JavaBeans PropertyEditor that converts Strings
into GemFire Scope constant values.
|
| SubscriptionAttributesFactoryBean |
The SubscriptionAttributesFactoryBean class is a Spring FactoryBean used for defining and constructing
a GemFire SubscriptionAttributes object, which determines the Subscription policy used by Regions to
declared their data interests.
|
| Enum | Description |
|---|---|
| IndexMaintenancePolicyType |
The IndexMaintenanceType enum is a enumerated type of GemFire Index maintenance update options.
|
| IndexType |
The IndexType class is an enumerated type of GemFire Index Types.
|
| InterestPolicyType |
The InterestPolicyType enum is an enumeration of all the GemFire Subscription, InterestPolicy values.
|
| JndiDataSourceType |
The JndiDataSourceType class is an enumeration of valid JNDI DataSource implementation types supported by GemFire.
|
| RegionShortcutWrapper |
The RegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's RegionShortcuts
with Spring Data GemFire RegionShortcutWrapper enumerated values.
|
| ScopeType |
The ScopeType enum is an enumeration of GemFire Scopes.
|
| Exception | Description |
|---|---|
| GemfireCancellationException |
GemFire-specific class for exceptions caused by system cancellations.
|
| GemfireIndexException |
Gemfire-specific subclass thrown on Index management.
|
| GemfireQueryException |
GemFire-specific subclass of
InvalidDataAccessResourceUsageException thrown on invalid
OQL query syntax. |
| GemfireSystemException |
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete
org.springframework.dao exceptions. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.