See: Description
| Class | Description |
|---|---|
| ClientCacheFactoryBean |
FactoryBean dedicated to creating client caches (caches for client JVMs).
|
| ClientRegionFactoryBean<K,V> |
Client extension for GemFire Regions.
|
| GemfireDataSourcePostProcessor |
A
BeanFactoryPostProcessor to register a Client Region bean, if necessary, for each Region accessible
to a Gemfire data source. |
| 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.
|
| 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.
|