See: Description
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 GemFire ClientRegionShortcut enumerated values.
|
GemfireDataSourcePostProcessor |
A Spring
BeanFactoryPostProcessor used to register a Client Region Proxy bean for each Region
accessible to a 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, default no-op implementation of the GemFire
Pool interface
that conveniently enables implementing classes to extend this adapter to adapt their interfaces and serve
as a Pool . |
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 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–2017 Pivotal Software, Inc.. All rights reserved.