See: Description
Interface | Description |
---|---|
PoolFactoryBean.PoolFactoryInitializer |
Callback interface to initialize the
PoolFactory used by this PoolFactoryBean
to create a Pool by providing additional or alternative configuration for the factory. |
PoolResolver |
PoolResolver is a strategy interface for resolving references to Apache Geode Pool instances. |
Class | Description |
---|---|
ClientCacheFactoryBean |
Spring
FactoryBean used to construct, configure and initialize a ClientCache . |
ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter | |
ClientRegionFactoryBean<K,V> |
Spring
FactoryBean used to construct, configure and initialize a client Region . |
ClientRegionShortcutConverter |
The ClientRegionShortcutConverter class is a Spring Converter implementation converting String value Client Region
Shortcut representations into actual GemFire ClientRegionShortcut enumerated values.
|
ClientRegionShortcutToDataPolicyConverter | |
GemfireDataSourcePostProcessor |
A Spring
BeanFactoryPostProcessor used to register a Client Region beans for each Region accessible to
an Apache Geode or Pivotal GemFire DataSource. |
Interest<K> |
The Interest class holds details for registering a client interest.
|
InterestResultPolicyConverter |
The InterestResultPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting
a String into a GemFire InterestResultPolicyConverter.
|
KeyInterest<K> |
Cache Region interest based on individual keys.
|
PoolAdapter |
The
PoolAdapter class is an abstract base class and default, no-op implementation of
the Pool interface that conveniently enables implementing classes to extend this adapter
and choose which Pool methods/operations are supported by this implementation. |
PoolFactoryBean |
Spring
FactoryBean used to construct, configure and initialize a Pool . |
RegexInterest |
Cache interest based on regular expression rather then individual key types.
|
Enum | Description |
---|---|
ClientRegionShortcutWrapper |
The ClientRegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's ClientRegionShortcuts
with Spring Data GemFire ClientRegionShortcutWrapper enumerated values.
|
Interest.Type |
Type of interest registration.
|
InterestResultPolicyType |
The InterestResultPolicyType enum is an enumeration of all client Register Interests (result) policy values.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.