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 | |
DeclarableSupport |
Convenience class for Spring-aware GemFire Declarable components.
|
DiskStoreFactoryBean |
FactoryBean for creating a GemFire DiskStore.
|
DiskStoreFactoryBean.DiskDir | |
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 |
Factory bean for easy declarative creation of GemFire Indexes.
|
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
Region s. |
RegionLookupFactoryBean<K,V> |
Simple FactoryBean for retrieving generic GemFire
Region s. |
RegionShortcutConverter |
The RegionShortcutConverter class is a Spring Converter implementation converting String value Region Shortcut
representations into actual GemFire RegionShortcut enumerated values.
|
ReplicatedRegionFactoryBean<K,V> | |
SubRegionFactoryBean<K,V> | Deprecated
as Spring Data GemFire 1.4.0.
|
WiringDeclarableSupport |
Dedicated
Declarable support class for wiring the declaring instance through
the Spring container. |
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. |