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 create a Pivotal GemFire/Apache Geode
ClientCache. |
| 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 Pivotal 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 Pivotal 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 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 Pivotal GemFire's
ClientRegionShortcuts with SDG 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.