Uses of Package
org.springframework.data.gemfire
Package
Description
Package providing integration of
GemFire
with Spring concepts.
Classes providing support for GemFire client configuration.
Support package for Spring Gemfire integration.
-
ClassDescriptionAbstract base class for
CacheFactoryBean
andClientCacheFactoryBean
classes, used to create Apache Geode peerCache
andClientCache
instances, respectively.Callback interface for initializing aCacheFactory
or aClientCacheFactory
instance, which is used to create an instance ofGemFireCache
.Callback interface to configure PDX.Abstract base class encapsulating functionality for (externally) configuring an Apache GeodeClientCache
or peerCache
as a bean in the Spring context.Abstract base class encapsulating logic to resolve or create aGemFireCache
instance.ConfigurableRegionFactoryBean
is an abstract base class encapsulating functionality common to all configurableRegion
FactoryBeans
.GemfireAccessor
is a base class forGemfireTemplate
to encapsulate common operations and properties, such as accessors to aRegion
.Callback interface for GemFire code.GemfireOperations
defines the {Region
data access operations that can be performed using the Template software design pattern.An Enum (enumeration) of Apache Geode gemfire.properties.TheIndexMaintenancePolicyType
enum is a enumerated type of GemFire Index maintenance update options.IndexType
is an enumerated type of Apache GeodeIndex Types
.The InterestPolicyType enum is an enumeration of all the GemFire Subscription, InterestPolicy values.The JndiDataSourceType class is an enumeration of valid JNDI DataSource implementation types supported by GemFire.SpringFactoryBean
and abstract base class extended by other SDGFactoryBeans
used to construct, configure and initialize peerRegions
.The RegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's RegionShortcuts with Spring Data GemFire RegionShortcutWrapper enumerated values.SpringFactoryBean
used to look up or createRegions
.The ScopeType enum is an enumeration of GemFire Scopes. -
ClassDescriptionAbstract base class for
CacheFactoryBean
andClientCacheFactoryBean
classes, used to create Apache Geode peerCache
andClientCache
instances, respectively.Callback interface to configure PDX.Abstract base class encapsulating functionality for (externally) configuring an Apache GeodeClientCache
or peerCache
as a bean in the Spring context.Abstract base class encapsulating logic to resolve or create aGemFireCache
instance.SpringFactoryBean
used to construct, configure and initialize a peerCache
instance.ConfigurableRegionFactoryBean
is an abstract base class encapsulating functionality common to all configurableRegion
FactoryBeans
.SpringFactoryBean
used to look up or createRegions
. -
-
ClassDescriptionSpring
FactoryBean
used to construct, configure and initialize a peerCache
instance.SpringFactoryBean
used to construct, configure and initialize anIndex
.IndexType
is an enumerated type of Apache GeodeIndex Types
.SpringFactoryBean
used to configure and initialize (bootstrap) an Apache Geode or Pivotal GemFireLocator
using theLocatorLauncher
class.SpringFactoryBean
and abstract base class extended by other SDGFactoryBeans
used to construct, configure and initialize peerRegions
. -
ClassDescriptionSpring
FactoryBean
used to construct, configure and initialize a peerCache
instance.SpringFactoryBean
used to configure and initialize (bootstrap) an Apache Geode or Pivotal GemFireLocator
using theLocatorLauncher
class.SpringFactoryBean
and abstract base class extended by other SDGFactoryBeans
used to construct, configure and initialize peerRegions
.SpringFactoryBean
used to look up or createRegions
. -
-
ClassDescription
GemfireOperations
defines the {Region
data access operations that can be performed using the Template software design pattern.TheGemfireTemplate
class simplifies Apache Geode data access operations, converting Apache GeodeGemFireCheckedExceptions
andGemFireExceptions
into SpringDataAccessExceptions
, following theorg.springframework.dao
Exception
hierarchy. -
ClassDescriptionThe
GemfireTemplate
class simplifies Apache Geode data access operations, converting Apache GeodeGemFireCheckedExceptions
andGemFireExceptions
into SpringDataAccessExceptions
, following theorg.springframework.dao
Exception
hierarchy. -
ClassDescriptionThe
GemfireTemplate
class simplifies Apache Geode data access operations, converting Apache GeodeGemFireCheckedExceptions
andGemFireExceptions
into SpringDataAccessExceptions
, following theorg.springframework.dao
Exception
hierarchy. -
ClassDescriptionThe
GemfireTemplate
class simplifies Apache Geode data access operations, converting Apache GeodeGemFireCheckedExceptions
andGemFireExceptions
into SpringDataAccessExceptions
, following theorg.springframework.dao
Exception
hierarchy. -
ClassDescriptionStrategy interface for resolving a instance reference to a
GemFireCache
.TheRegionResolver
interface is a Strategy interface used to encapsulate different algorithms (Strategies) used to resolve a cacheRegion
. -
ClassDescriptionSpring
FactoryBean
used to construct, configure and initialize a peerCache
instance.