Class KeyInterest<K>

java.lang.Object
org.springframework.data.gemfire.client.Interest<K>
org.springframework.data.gemfire.client.KeyInterest<K>
Type Parameters:
K - Class type of the key.
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class KeyInterest<K> extends Interest<K>
Cache Region interest based on individual keys.
See Also:
  • Constructor Details

    • KeyInterest

      public KeyInterest(K key)
    • KeyInterest

      public KeyInterest(K key, org.apache.geode.cache.InterestResultPolicy policy)
    • KeyInterest

      public KeyInterest(K key, org.apache.geode.cache.InterestResultPolicy policy, boolean durable)
    • KeyInterest

      public KeyInterest(K key, org.apache.geode.cache.InterestResultPolicy policy, boolean durable, boolean receiveValues)
  • Method Details