See: Description
Interface | Description |
---|---|
CompositeTypeFilter |
A Spring
TypeFilter implementation using the Composite Software Design Pattern to compose multiple
TypeFilters acting a single instance of TypeFilter . |
RegionServiceRegionResolver.RegionServiceResolver<T extends org.apache.geode.cache.RegionService> | |
SmartLifecycleSupport |
The
SmartLifecycleSupport interface is an extension of Spring's SmartLifecycle interface
providing default, convenient behavior for many of the lifecycle methods as well as a serving
as a FunctionalInterface . |
Class | Description |
---|---|
AbstractCachingCacheResolver<T extends org.apache.geode.cache.GemFireCache> |
Thread-safe, abstract
CacheResolver implementation to "cache" the instance reference to the (single)
GemFireCache so that the GemFireCache object is only ever resolved once. |
AbstractCachingRegionResolver |
RegionResolver implementation capable of caching the results of a Region resolution (lookup) operation. |
AbstractFactoryBeanSupport<T> |
An abstract Spring
FactoryBean base class implementation encapsulating operations common to all
Spring Data for Apache Geode (SDG) FactoryBean implementations. |
AbstractPropertyEditorConverterSupport<T> |
The
AbstractPropertyEditorConverterSupport class is an abstract base class for Spring Converter
implementations that also implement the JavaBeans PropertyEditor interface. |
BeanFactoryCacheResolver |
Cacheable
CacheResolver implementation capable of resolving a GemFireCache instance
from the Spring BeanFactory . |
BeanFactoryRegionResolver | |
CacheFactoryCacheResolver | |
ComposableCacheResolver<T extends org.apache.geode.cache.GemFireCache> |
Composition of
CacheResolvers using
the Composite Software Design Pattern that acts,
and can be referred to, as a single instance of CacheResolver . |
ComposableRegionResolver |
RegionResolver implementation used to compose a collection of RegionResolvers . |
CompositeLifecycle | |
ConnectionEndpoint |
The ConnectionEndpoint class models a GemFire connection endpoint in the format of hostname[portnumber],
where hostname is the network name or IP address of the host.
|
ConnectionEndpointList | |
DeclarableSupport |
Abstract base class for implementing Spring aware, Apache Geode
Declarable components. |
DisableBeanDefinitionOverridingApplicationContextInitializer |
Spring
ApplicationContextInitializer implementation that disables the Spring container's
(ConfigurableApplicationContext ) default behavior of bean definition overriding. |
GemfireBeanFactoryLocator |
The
GemfireBeanFactoryLocator class stores a reference to the Spring
ApplicationContext / BeanFactory needed to auto-wire
user application Apache Geode objects implementing the Declarable interface
and defined in Apache Geode's native configuration format (e.g. |
GemfireBeanFactoryLocator.BeanFactoryReference |
Reference holder storing a reference to a Spring
BeanFactory . |
GemfireFunctions |
Abstract class defining useful Java
Functions for Apache Geode |
LazyWiringDeclarableSupport |
Implementation of Apache Geode's
Declarable interface that enables support for wiring Apache Geode components
with Spring bean dependencies defined in a Spring ApplicationContext . |
NoOpBeanFactoryPostProcessor |
The
NoOpBeanFactoryPostProcessor class is a Spring BeanFactoryPostProcessor implementation
that performs no operation. |
RegionServiceRegionResolver<T extends org.apache.geode.cache.RegionService> |
RegionResolver implementation used to resolve a cache Region identified by name
using the configured RegionService . |
SingleCacheCacheResolver |
CacheResolver implementation that resolves to a configured, single GemFireCache instance. |
SingleRegionRegionResolver |
RegionResolver implementation resolving a single, configured Region object. |
SmartCacheResolverFactoryBean |
Spring
FactoryBean used to construct a custom, determined CacheResolver that strategically
and lazily resolves a cache instance. |
SpringContextBootstrappingInitializer |
The
SpringContextBootstrappingInitializer class is a GemFire configuration initializer used to bootstrap
a Spring ApplicationContext inside a GemFire Server JVM-based process. |
SpringServerLauncherCacheProvider |
The SpringServerLauncherCacheProvider class overrides the default behavior of GemFire's
ServerLauncher
to bootstrap the GemFire cache using a Spring ApplicationContext instead
of GemFire cache.xml inside a GemFire Server JVM-based process. |
WiringDeclarableSupport |
Declarable support class used to wire declaring, implementing instances through the Spring container. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.