See: Description
| Interface | Description |
|---|---|
| AbstractBasicCacheFactoryBean.CacheFactoryInitializer<T> |
Callback interface for initializing a
CacheFactory or a ClientCacheFactory instance,
which is used to create an instance of GemFireCache. |
| AbstractBasicCacheFactoryBean.PdxConfigurer<T> |
Callback interface to configure PDX.
|
| CacheResolver<T extends org.apache.geode.cache.GemFireCache> |
Strategy interface for resolving a instance reference to a
GemFireCache. |
| GemfireCallback<T> |
Callback interface for GemFire code.
|
| GemfireOperations |
GemfireOperations defines the {Region data access operations that can be performed
using the Template software design pattern. |
| RegionResolver |
The
RegionResolver interface is a Strategy interface used to encapsulate different algorithms
(Strategies) used to resolve a cache Region. |
| Class | Description |
|---|---|
| AbstractBasicCacheFactoryBean |
Abstract base class for
CacheFactoryBean and ClientCacheFactoryBean classes,
used to create Apache Geode peer Cache and ClientCache instances, respectively. |
| AbstractConfigurableCacheFactoryBean |
Abstract base class encapsulating functionality for (externally) configuring an Apache Geode
ClientCache
or peer Cache as a bean in the Spring context. |
| AbstractResolvableCacheFactoryBean |
Abstract base class encapsulating logic to resolve or create a
GemFireCache instance. |
| CacheFactoryBean |
Spring
FactoryBean used to construct, configure and initialize a peer Cache instance. |
| CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter | |
| 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 a DiskStore. |
| DiskStoreFactoryBean.DiskDir | |
| FixedPartitionAttributesFactoryBean |
Spring
FactoryBean to create a instance of the FixedPartitionAttributes. |
| GemfireAccessor |
GemfireAccessor is a base class for GemfireTemplate to encapsulate common operations and properties,
such as accessors to a Region. |
| GemfireCacheUtils |
Abstract utility class featuring methods for Apache Geode / Pivotal GemFire Cache or Region handling.
|
| GemfireTemplate |
The
GemfireTemplate class simplifies Apache Geode data access operations, converting Apache Geode
GemFireCheckedExceptions and GemFireExceptions into
Spring DataAccessExceptions, 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 based on version as well as 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 an Index. |
| 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> | |
| LocatorFactoryBean |
Spring
FactoryBean used to configure, bootstrap and initialize an Apache Geode 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> |
Spring
FactoryBean used to create an Apache Geode PARTITION Region. |
| 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
FactoryBean used to create 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 used to look up or create Regions. |
| ScopeConverter |
The
ScopeConverter class is a Spring Converter and JavaBeans PropertyEditor
that converts a String into a Scope. |
| 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 |
|---|---|
| GemFireProperties |
An Enum (enumeration) of Apache Geode gemfire.properties.
|
| IndexMaintenancePolicyType |
The
IndexMaintenancePolicyType enum is a enumerated type of GemFire Index maintenance update options. |
| IndexType |
IndexType is an enumerated type of Apache Geode 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–2023 Pivotal Software, Inc.. All rights reserved.