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 . |
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 |
---|---|
AbstractFactoryBeanSupport<T> |
The
AbstractFactoryBeanSupport class is an abstract Spring FactoryBean base class implementation
encapsulating operations common to SDG's FactoryBean implementations. |
AbstractPropertyEditorConverterSupport<T> |
The AbstractPropertyEditorConverterSupport class is an abstract base class for Spring Converter implementations
that also implement the JavaBeans PropertyEditor interface.
|
CompositeLifecycle | |
ConnectionEndpoint |
The ConnectionEndpoint class models a Pivotal GemFire connection endpoint in the format of hostname[portnumber],
where hostname is the network name or IP address of the host.
|
ConnectionEndpointList |
The ConnectionEndpointList class is an Iterable collection of ConnectionEndpoint objects.
|
DeclarableSupport |
Convenience class for Spring-aware Pivotal GemFire
Declarable components. |
GemfireBeanFactoryLocator |
The
GemfireBeanFactoryLocator class stores a reference to the Spring
ApplicationContext / BeanFactory needed to auto-wire
user application Pivotal GemFire objects implementing the Declarable interface
and defined in Pivotal GemFire's native configuration format (e.g. |
GemfireBeanFactoryLocator.BeanFactoryReference |
Reference holder storing a reference to a Spring
BeanFactory . |
LazyWiringDeclarableSupport |
The
LazyWiringDeclarableSupport class is an implementation of Pivotal GemFire's Declarable interface
that enables support for wiring Pivotal GemFire components with Spring bean dependencies defined in
a Spring ApplicationContext . |
NoOpBeanFactoryPostProcessor |
The
NoOpBeanFactoryPostProcessor class is a Spring BeanFactoryPostProcessor implementation
that performs no operation. |
SpringContextBootstrappingInitializer |
The
SpringContextBootstrappingInitializer class is a Pivotal GemFire configuration initializer used to bootstrap
a Spring ApplicationContext inside a Pivotal GemFire Server JVM-based process. |
SpringServerLauncherCacheProvider |
The
SpringServerLauncherCacheProvider class overrides the default behavior of Pivotal GemFire's
ServerLauncher to bootstrap the Pivotal GemFire cache using a Spring ApplicationContext
instead of Pivotal GemFire cache.xml inside a Pivotal GemFire Server JVM-based process. |
WiringDeclarableSupport |
Declarable support class used to wire declaring, implementing instances through the Spring container. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.