Uses of Class
org.springframework.data.gemfire.client.Interest
Package
Description
Classes providing support for GemFire client configuration.
-
Uses of Interest in org.springframework.data.gemfire.client
Modifier and TypeClassDescriptionclass
KeyInterest<K>
Cache Region interest based on individual keys.class
Cache interest based on regular expression rather then individual key types.Modifier and TypeMethodDescriptionInterest.asType
(Interest.Type type) Builder method to specify the type of interest registration.Interest.makeDurable()
Builder method to mark thisInterest
as durable.static <K> Interest
Interest.newInterest
(K key) Factory method to construct a new instance ofInterest
initialized with the given key.Interest.receivesValues
(boolean receiveValues) Builder method to set whether the interest event notifications will receive values along with keys.Interest.usingPolicy
(InterestResultPolicy policy) Builder method to set theInterestResultPolicy
used to initialize the cache.Builder method to express the key of interest.Modifier and TypeMethodDescriptionvoid
ClientRegionFactoryBean.setInterests
(Interest<K>[] interests) Set the interests for this client region. -
Uses of Interest in org.springframework.data.gemfire.config.annotation.support
Modifier and TypeMethodDescriptionvoid
CacheTypeAwareRegionFactoryBean.setInterests
(Interest<K>[] interests)