| Package | Description |
|---|---|
| org.springframework.data.gemfire.config.annotation | |
| org.springframework.data.gemfire.config.annotation.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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. |
interface |
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. |
interface |
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. |
interface |
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. |
interface |
GatewayReceiverConfigurer
GatewayReceiverConfigurer used to customize the configuration of a GatewayReceiverFactoryBean. |
interface |
GatewaySenderConfigurer |
interface |
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. |
interface |
LocatorConfigurer
A Spring
Configurer used to apply additional, customized configuration for an Apache Geode or Pivotal GemFire
Locator. |
interface |
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. |
interface |
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. |
interface |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLazyResolvingComposableConfigurer<T,C extends Configurer<T>>
Abstract base class for
Configurer interface implementations, encapsulating logic and functionality
common to all lazy resolving, composable Configurer implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLazyResolvingComposableConfigurer<T,C extends Configurer<T>>
Abstract base class for
Configurer interface implementations, encapsulating logic and functionality
common to all lazy resolving, composable Configurer implementations. |
protected static class |
EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer |
protected static class |
EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer |
protected static class |
EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.