See: Description
| Interface | Description |
|---|---|
| GemfireCallback<T> |
Callback interface for GemFire code.
|
| GemfireOperations |
| Class | Description |
|---|---|
| CacheFactoryBean |
FactoryBean used to configure a GemFire peer Cache node.
|
| CacheFactoryBean.DynamicRegionSupport | |
| CacheFactoryBean.JndiDataSource | |
| ClientRegionShortcutConverter |
The ClientRegionShortcutConverter class is a Spring Converter implementation converting String value Client Region
Shortcut representations into actual GemFire ClientRegionShortcut enumerated values.
|
| DataPolicyConverter |
The DataPolicyConverter class converts String values into GemFire DataPolicy enumerated values.
|
| DeclarableSupport |
Convenience class for Spring-aware GemFire Declarable components.
|
| DiskStoreFactoryBean |
FactoryBean for creating a GemFire DiskStore.
|
| DiskStoreFactoryBean.DiskDir | |
| EvictionActionConverter |
The EvictionActionConverter class is a Spring Converter and JavaBeans PropertyEditor that converts
an Object value into an instance of GemFire EvictionAction.
|
| EvictionAttributesFactoryBean |
Simple utility class used for defining nested factory-method like definitions w/o polluting the container with useless beans.
|
| EvictionPolicyConverter |
The EvictionTypeConverter class is a Spring Converter used to convert a String value into
a corresponding EvictionType enumerated value.
|
| ExpirationActionConverter |
The ExpirationActionTypeConverter class is a Spring Converter used to convert a String value into
a corresponding ExpirationActionType enumerated value.
|
| ExpirationAttributesFactoryBean |
The ExpirationAttributesFactoryBean class is a Spring FactoryBean used to create GemFire ExpirationAttributes
to specify Expiration policies for Region Time-to-Live (TTL) and Idle-Timeouts (TTI) as well as
Entry Time-to-Live (TTL) and Idle-Timeouts (TTI).
|
| FixedPartitionAttributesFactoryBean | |
| FunctionServiceFactoryBean | |
| GemfireAccessor |
Base class for GemfireTemplate and GemfireInterceptor, defining common properties such as
Region. |
| GemfireBeanFactoryLocator |
BeanFactoryLocator used for storing Spring application context/bean factory for Gemfire
user components (or Declarable. |
| 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. |
| GemfireTransactionManager |
Local transaction manager for GemFire Enterprise Fabric (GEF).
|
| GemfireUtils |
The GemfireUtils class is a utility class encapsulating common functionality to access features and capabilities
of GemFire based on version and other configuration meta-data.
|
| IndexFactoryBean |
Spring FactoryBean for easy declarative creation of GemFire Indexes.
|
| 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.
|
| LazyWiringDeclarableSupport |
The LazyWiringDeclarableSupport class is an implementation of the GemFire Declarable interface that enables support
for wiring GemFire components with Spring bean dependencies defined in the Spring context.
|
| LocalRegionFactoryBean<K,V> | |
| PartitionAttributesFactoryBean |
Spring-friendly bean for creating
PartitionAttributes. |
| PartitionedRegionFactoryBean<K,V> | |
| RegionAttributesFactoryBean |
Spring-friendly bean for creating
RegionAttributes. |
| RegionFactoryBean<K,V> |
Base class for FactoryBeans used to create GemFire
Regions. |
| RegionLookupFactoryBean<K,V> |
Simple FactoryBean for retrieving generic GemFire
Regions. |
| RegionShortcutConverter |
The RegionShortcutConverter class is a Spring Converter implementation converting String value Region Shortcut
representations into actual GemFire RegionShortcut enumerated values.
|
| ReplicatedRegionFactoryBean<K,V> | |
| ScopeConverter |
The ScopeConverter class is a Spring Converter and JavaBeans PropertyEditor that converts Strings
into GemFire Scope constant values.
|
| SubRegionFactoryBean<K,V> | Deprecated
as Spring Data GemFire 1.4.0.
|
| 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.
|
| WiringDeclarableSupport |
Dedicated
Declarable support class for wiring the declaring instance through
the Spring container. |
| Enum | Description |
|---|---|
| EvictionActionType |
The EvictionActionType enum is an enumeration of all the GemFire EvictionAction values.
|
| EvictionPolicyType |
The EvictionPolicyType enum is an enumeration of all GemFire Eviction policies, where the Eviction 'policy'
is a combination of the Eviction algorithm mixed with the monitored resource (e.g. such as JVM HEAP memory).
|
| ExpirationActionType |
The ExpirationActionType enum is a enumeration of GemFire ExpirationActions on expired Cache Region entries.
|
| 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.
|
| 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 creation.
|
| 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. |
| GemfireTransactionCommitException |
Gemfire-specific subclass of
TransactionException, indicating a transaction failure at commit time. |