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 TypeClassDescriptionclassKeyInterest<K>Cache Region interest based on individual keys.classCache 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 thisInterestas durable.static <K> InterestInterest.newInterest(K key) Factory method to construct a new instance ofInterestinitialized 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 theInterestResultPolicyused 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 TypeMethodDescriptionvoidClientRegionFactoryBean.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 TypeMethodDescriptionvoidCacheTypeAwareRegionFactoryBean.setInterests(Interest<K>[] interests)