| Interface | Description |
|---|---|
| AbstractAnnotationConfigSupport.TypeResolver<T> |
AbstractAnnotationConfigSupport.TypeResolver is a FunctionalInterface defining a contract to encapsulate logic
used to resolve a particular type. |
| Authentication<PRINCIPAL,CREDENTIALS> |
Abstract Data Type (ADT) and
FunctionalInterface defining a contract to model the details of
a security authentication request. |
| Configurer<T> |
The
Configurer interface defines a contract for implementing objects that can modify some aspect
of configuration given a reference to the Spring component responsible for the configuration of some
Apache Geode or Pivotal GemFire Object declared as a bean in the Spring container. |
| Class | Description |
|---|---|
| AbstractAnnotationConfigSupport |
An abstract base class encapsulating functionality common to all Spring Data for Apache Geode (SDG) annotations
and configuration classes used to configure Apache Geode objects using Spring Data for Apache Geode.
|
| AbstractAuthInitialize |
Abstract class and basic implementation of the
AuthInitialize interface used to authenticate a client
or peer with a secure Apache Geode cluster. |
| AbstractGemFireAsLastResourceAspectSupport |
AbstractGemFireAsLastResourceAspectSupport is an abstract base class encapsulating functionality common
to all AOP Aspect extensions/implementations involving the Apache Geode JCA ResourceAdapter object registered in
the JNDI context of a managed environment. |
| AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder | |
| 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. |
| AutoConfiguredAuthenticationInitializer |
The
AutoConfiguredAuthenticationInitializer class is an AuthInitialize implementation,
which auto-configures security, and specifically authentication, for Apache Geode/Pivotal GemFire. |
| BeanDefinitionRegistryPostProcessorSupport |
The
BeanDefinitionRegistryPostProcessorSupport is an abstract class supporting the implementation
of the Spring BeanDefinitionRegistryPostProcessor interface. |
| CacheTypeAwareRegionFactoryBean<K,V> |
The
CacheTypeAwareRegionFactoryBean class is a smart Spring FactoryBean that knows how to
create a client or server Region depending on whether the GemFireCache is a ClientCache
or a peer Cache. |
| EmbeddedServiceConfigurationSupport |
An abstract base class supporting the configuration of Apache Geode embedded services.
|
| EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer | |
| EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer | |
| EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor |
Spring
BeanPostProcessor used to process before initialization Pivotal GemFire or Apache Geode
Properties defined as a bean in the Spring application context. |
| EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer | |
| EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer | |
| GemFireAsLastResourceConnectionAcquiringAspect |
The
GemFireAsLastResourceConnectionAcquiringAspect class is a AbstractGemFireAsLastResourceAspectSupport
implementation responsible for acquiring a GemFire Connection from GemFire's JCA ResourceAdapter,
GFConnectionFactory after a CMT/JTA Transaction is began, which is initiated by
Spring's Transaction infrastructure. |
| GemFireAsLastResourceConnectionClosingAspect |
The
GemFireAsLastResourceConnectionClosingAspect class is a AbstractGemFireAsLastResourceAspectSupport
implementation responsible for closing the GemFire Connection obtained from the GemFire JCA ResourceAdapter
deployed in a managed environment when using GemFire as the Last Resource in a CMT/JTA Transaction
initiated from Spring's Transaction infrastructure. |
| GemFireComponentClassTypeScanner |
The
GemFireComponentClassTypeScanner class is a classpath component scanner used to search
for GemFire components based on Class type. |
| RegionDataAccessTracingAspect |
The RegionDataAccessTracingAspect class...
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.