See: Description
| Class | Description |
|---|---|
| ClientCacheFactoryBean |
FactoryBean dedicated to creating GemFire client caches.
|
| ClientRegionFactoryBean<K,V> |
Client extension for GemFire Regions.
|
| 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.
|
| 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 |
FactoryBean for easy declaration and configuration of a GemFire
Pool. |
| RegexInterest |
Cache interest based on regular expression rather then individual key types.
|
| Enum | Description |
|---|---|
| InterestResultPolicyType |
The InterestResultPolicyType enum is an enumeration of all client Register Interests (result) policy values.
|