| Package | Description |
|---|---|
| org.springframework.data.gemfire | |
| org.springframework.data.gemfire.client |
Classes providing support for Pivotal GemFire client configuration.
|
| org.springframework.data.gemfire.config.annotation | |
| org.springframework.data.gemfire.config.annotation.support | |
| org.springframework.data.gemfire.listener |
Base package for Pivotal GemFire continuous query listener / container facility
|
| org.springframework.data.gemfire.search.lucene | |
| org.springframework.data.gemfire.server |
Support package for Pivotal GemFire
CacheServer. |
| org.springframework.data.gemfire.wan |
Base package for Spring Pivotal GemFire WAN support
|
| Class and Description |
|---|
| DiskStoreConfigurer
The
DiskStoreConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a DiskStoreFactoryBean used to construct, configure and initialize
a DiskStore. |
| IndexConfigurer
The
IndexConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of Entity-defined Indexes when a user annotates her Spring application
Configuration Class with EnableIndexing. |
| LocatorConfigurer
A Spring
Configurer used to apply additional, customized configuration for an Apache Geode or Pivotal GemFire
Locator. |
| PeerCacheConfigurer
The
PeerCacheConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a CacheFactoryBean used to construct, configure and initialize
an instance of a peer Cache. |
| RegionConfigurer
The
RegionConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of Entity-defined Regions when a user annotates her Spring application
Configuration Class with EnableEntityDefinedRegions or EnableCachingDefinedRegions. |
| Class and Description |
|---|
| ClientCacheConfigurer
The
ClientCacheConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a ClientCacheFactoryBean used to construct, configure and initialize
an instance of a ClientCache. |
| PoolConfigurer
The
PoolConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a PoolFactoryBean used to construct, configure and initialize a Pool. |
| Class and Description |
|---|
AbstractCacheConfiguration
AbstractCacheConfiguration is an abstract base class for configuring either a Pivotal GemFire/Apache Geode
client or peer-based cache instance using Spring's Java-based, Annotation Configuration support. |
| AddCacheServerConfiguration
The
AddCacheServerConfiguration class is a Spring ImportBeanDefinitionRegistrar that registers
a CacheServerFactoryBean definition for the CacheServer
configuration meta-data defined in EnableCacheServer annotation. |
| AddPoolConfiguration
The
AddPoolConfiguration class is a Spring ImportBeanDefinitionRegistrar that registers
a PoolFactoryBean definition for the Pool
configuration meta-data defined in EnablePool annotations. |
| CacheServerConfigurer
The
CacheServerConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a CacheServerFactoryBean used to construct, configure and initialize
an instance of CacheServer. |
CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
CachingDefinedRegionsConfiguration.AbstractCacheNameResolver is an abstract base class encapsulating reusable functionality common
to all CachingDefinedRegionsConfiguration.CacheNameResolver implementations. |
CachingDefinedRegionsConfiguration.CacheNameResolver
CachingDefinedRegionsConfiguration.CacheNameResolver is a FunctionalInterface declaring a contract for all implementations
used to resolve all cache names declared and used by a Spring application. |
| ClientCacheConfigurer
The
ClientCacheConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a ClientCacheFactoryBean used to construct, configure and initialize
an instance of a ClientCache. |
| ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer |
| ClusterConfigurationConfiguration.SchemaObjectContext |
| ContinuousQueryListenerContainerConfigurer
The
ContinuousQueryListenerContainerConfigurer interfaces defines a contract for implementing Objects
in order to customize the configuration of a ContinuousQueryListenerContainer when enabling Continuous Query
(CQ) functionality in a Spring Boot, Apache Geode/Pivotal GemFire ClientCache applications. |
| DiskStoreConfiguration
The
DiskStoreConfiguration class is a Spring ImportBeanDefinitionRegistrar used to register
a Pivotal GemFire/Apache Geode DiskStore bean definition. |
| DiskStoreConfigurer
The
DiskStoreConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a DiskStoreFactoryBean used to construct, configure and initialize
a DiskStore. |
| EnableEviction.EvictionPolicy
Definition for a specific Eviction policy that can be applied to 1 or more
Regions. |
| EnableExpiration.ExpirationPolicy
Definition for a specific Expiration policy that can be applied to 1 or more
Regions. |
EnableExpiration.ExpirationType
EnableExpiration.ExpirationType defines different types of Pivotal GemFire/Apache Geode Expiration policies such as
(Entry) Idle Timeout (TTI) and (Entry) Time to Live (TTL). |
| EnableMemcachedServer.MemcachedProtocol
Valid values for the Memcached Network Protocol on-the-wire transport.
|
| EnableSsl.Component |
| EntityDefinedRegionsConfiguration
The
EntityDefinedRegionsConfiguration class is Spring ImportBeanDefinitionRegistrar used in
the EnableEntityDefinedRegions annotation to dynamically create Pivotal GemFire/Apache Geode Regions
based on the application persistent entity classes. |
| EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
The
EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata class encapsulates details for creating a Region
from application persistent entities. |
EvictionConfiguration.EvictionPolicyConfigurer
EvictionConfiguration.EvictionPolicyConfigurer configures the Eviction policy of a Pivotal GemFire Region. |
| EvictionConfiguration.EvictionPolicyMetaData |
| ExpirationConfiguration.ExpirationPolicyConfigurer
Interface defining a contract for implementations that configure a
Region's expiration policy. |
ExpirationConfiguration.ExpirationPolicyMetaData
ExpirationConfiguration.ExpirationPolicyMetaData is a ExpirationConfiguration.ExpirationPolicyConfigurer implementation that encapsulates
the expiration configuration meta-data (e.g. expiration timeout and action) necessary to configure
a Regions's expiration policy and behavior. |
GatewayReceiverConfigurer
GatewayReceiverConfigurer used to customize the configuration of a GatewayReceiverFactoryBean. |
| GatewaySenderConfiguration |
| GatewaySenderConfigurer |
| IndexConfigurer
The
IndexConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of Entity-defined Indexes when a user annotates her Spring application
Configuration Class with EnableIndexing. |
| LazyResolvingComposableCacheServerConfigurer
Composition for
CacheServerConfigurer. |
| LazyResolvingComposableClientCacheConfigurer
Composition for
ClientCacheConfigurer. |
| LazyResolvingComposableContinuousQueryListenerContainerConfigurer
Composition of
ContinuousQueryListenerContainerConfigurer. |
| LazyResolvingComposableDiskStoreConfigurer
Composition of
DiskStoreConfigurer. |
| LazyResolvingComposableGatewayReceiverConfigurer
Composition of
GatewayReceiverConfigurer. |
| LazyResolvingComposableGatewaySenderConfigurer
Composition of
GatewaySenderConfigurer. |
| LazyResolvingComposableIndexConfigurer
Composition for
IndexConfigurer. |
| LazyResolvingComposableLocatorConfigurer
Composition for
LocatorConfigurer. |
| LazyResolvingComposablePeerCacheConfigurer
Composition of
PeerCacheConfigurer. |
| LazyResolvingComposablePoolConfigurer
Composition of
PoolConfigurer. |
| LazyResolvingComposableRegionConfigurer
Composition for
RegionConfigurer. |
| LocatorConfigurer
A Spring
Configurer used to apply additional, customized configuration for an Apache Geode or Pivotal GemFire
Locator. |
| PeerCacheConfiguration
Spring
Configuration class used to construct, configure and initialize a peer Cache instance
in a Spring application context. |
| PeerCacheConfigurer
The
PeerCacheConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a CacheFactoryBean used to construct, configure and initialize
an instance of a peer Cache. |
| PoolConfigurer
The
PoolConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a PoolFactoryBean used to construct, configure and initialize a Pool. |
| RegionConfigurer
The
RegionConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of Entity-defined Regions when a user annotates her Spring application
Configuration Class with EnableEntityDefinedRegions or EnableCachingDefinedRegions. |
UsesGemFireProperties
UsesGemFireProperties is a meta-annotation used to mark other SDG Annotations
that uses Pivotal GemFire properties to configure the Spring-based Pivotal GemFire cache instance. |
| Class and Description |
|---|
AbstractCacheConfiguration
AbstractCacheConfiguration is an abstract base class for configuring either a Pivotal GemFire/Apache Geode
client or peer-based cache instance using Spring's Java-based, Annotation Configuration support. |
| ClientCacheConfigurer
The
ClientCacheConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a ClientCacheFactoryBean used to construct, configure and initialize
an instance of a ClientCache. |
| LocatorConfigurer
A Spring
Configurer used to apply additional, customized configuration for an Apache Geode or Pivotal GemFire
Locator. |
| PeerCacheConfigurer
The
PeerCacheConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a CacheFactoryBean used to construct, configure and initialize
an instance of a peer Cache. |
| RegionConfigurer
The
RegionConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of Entity-defined Regions when a user annotates her Spring application
Configuration Class with EnableEntityDefinedRegions or EnableCachingDefinedRegions. |
| Class and Description |
|---|
| ContinuousQueryListenerContainerConfigurer
The
ContinuousQueryListenerContainerConfigurer interfaces defines a contract for implementing Objects
in order to customize the configuration of a ContinuousQueryListenerContainer when enabling Continuous Query
(CQ) functionality in a Spring Boot, Apache Geode/Pivotal GemFire ClientCache applications. |
| Class and Description |
|---|
| IndexConfigurer
The
IndexConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of Entity-defined Indexes when a user annotates her Spring application
Configuration Class with EnableIndexing. |
| Class and Description |
|---|
| CacheServerConfigurer
The
CacheServerConfigurer interface defines a contract for implementing Objects in order to
customize the configuration of a CacheServerFactoryBean used to construct, configure and initialize
an instance of CacheServer. |
| Class and Description |
|---|
GatewayReceiverConfigurer
GatewayReceiverConfigurer used to customize the configuration of a GatewayReceiverFactoryBean. |
| GatewaySenderConfigurer |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.