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 Pivotal 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 Pivotal 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 |
Abstract utility class featuring methods for Apache Geode / Pivotal GemFire Cache or Region handling.
|
| GemfireTemplate |
Helper class that simplifies Pivotal 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 for accessing features
and capabilities of Apache Geode or Pivotal GemFire based on version as well as other configuration metadata. |
| GenericRegionFactoryBean<K,V> |
The
GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class
enabling developers to define a Pivotal 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 Pivotal GemFire InterestPolicy values.
|
| LocalRegionFactoryBean<K,V> | |
| LocatorFactoryBean |
Spring
FactoryBean used to configure and initialize (bootstrap) an Apache Geode or Pivotal GemFire
Locator using the LocatorLauncher class. |
| 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> |
Spring
FactoryBean and abstract 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 Pivotal 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 Pivotal GemFire Scope constant values.
|
| SubscriptionAttributesFactoryBean |
The SubscriptionAttributesFactoryBean class is a Spring FactoryBean used for defining and constructing
a Pivotal 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 Pivotal GemFire Index maintenance update options.
|
| IndexType |
The IndexType class is an enumerated type of Pivotal GemFire Index Types.
|
| InterestPolicyType |
The InterestPolicyType enum is an enumeration of all the Pivotal 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 Pivotal GemFire's
RegionShortcuts with SDG RegionShortcutWrapper enumerated values. |
| ScopeType |
The ScopeType enum is an enumeration of Pivotal 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 Pivotal GemFire system errors that do not match any concrete
org.springframework.dao exceptions. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.