Uses of Class
org.springframework.data.gemfire.client.Interest
Packages that use Interest
Package
Description
Classes providing support for GemFire client configuration.
-
Uses of Interest in org.springframework.data.gemfire.client
Subclasses of Interest in org.springframework.data.gemfire.clientModifier and TypeClassDescriptionclass
KeyInterest<K>
Cache Region interest based on individual keys.class
Cache interest based on regular expression rather then individual key types.Methods in org.springframework.data.gemfire.client that return InterestModifier 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.Methods in org.springframework.data.gemfire.client with parameters of type InterestModifier 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
Methods in org.springframework.data.gemfire.config.annotation.support that return InterestMethods in org.springframework.data.gemfire.config.annotation.support with parameters of type InterestModifier and TypeMethodDescriptionvoid
CacheTypeAwareRegionFactoryBean.setInterests
(Interest<K>[] interests)