Package | Description |
---|---|
org.springframework.data.gemfire.client |
Classes providing support for Pivotal GemFire client configuration.
|
org.springframework.data.gemfire.config.annotation.support |
Modifier and Type | Class and Description |
---|---|
class |
KeyInterest<K>
Cache Region interest based on individual keys.
|
class |
RegexInterest
Cache interest based on regular expression rather then individual key types.
|
Modifier and Type | Method and Description |
---|---|
Interest |
Interest.asType(Interest.Type type)
Builder method to specify the type of interest registration.
|
Interest |
Interest.makeDurable()
Builder method to mark this
Interest as durable. |
static <K> Interest |
Interest.newInterest(K key)
Factory method to construct a new instance of
Interest initialized with the given key. |
Interest |
Interest.receivesValues(boolean receiveValues)
Builder method to set whether the interest event notifications will receive values along with keys.
|
Interest |
Interest.usingPolicy(org.apache.geode.cache.InterestResultPolicy policy)
Builder method to set the
InterestResultPolicy used to initialize the cache. |
Interest |
Interest.withKey(K key)
Builder method to express the key of interest.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRegionFactoryBean.setInterests(Interest<K>[] interests)
Set the interests for this client region.
|
Modifier and Type | Method and Description |
---|---|
protected Interest<K>[] |
CacheTypeAwareRegionFactoryBean.getInterests() |
Modifier and Type | Method and Description |
---|---|
void |
CacheTypeAwareRegionFactoryBean.setInterests(Interest<K>[] interests) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.