K
- Class
type of the key.public class KeyInterest<K> extends Interest<K>
Interest
Interest.Type
ALL_KEYS, DEFAULT_DURABLE, DEFAULT_RECEIVE_VALUES, logger
Constructor and Description |
---|
KeyInterest(K key) |
KeyInterest(K key,
org.apache.geode.cache.InterestResultPolicy policy) |
KeyInterest(K key,
org.apache.geode.cache.InterestResultPolicy policy,
boolean durable) |
KeyInterest(K key,
org.apache.geode.cache.InterestResultPolicy policy,
boolean durable,
boolean receiveValues) |
Modifier and Type | Method and Description |
---|---|
Interest.Type |
getType()
Returns the type of interest registration (e.g. based on KEY or Regex).
|
void |
setType(Interest.Type type)
Set the type of interest registration (e.g. based on KEY or Regex).
|
afterPropertiesSet, asType, containsNonAlphaNumericWhitespace, getKey, getPolicy, isAlphaNumericWhitespace, isDurable, isKeyType, isNotAlphaNumericWhitespace, isReceiveValues, isRegexType, isRegularExpression, isRegularExpression, makeDurable, newInterest, receivesValues, resolveType, setDurable, setKey, setPolicy, setReceiveValues, toString, usingPolicy, withKey
public KeyInterest(K key)
public KeyInterest(K key, org.apache.geode.cache.InterestResultPolicy policy)
public KeyInterest(K key, org.apache.geode.cache.InterestResultPolicy policy, boolean durable)
public KeyInterest(K key, org.apache.geode.cache.InterestResultPolicy policy, boolean durable, boolean receiveValues)
public Interest.Type getType()
Interest
getType
in class Interest<K>
Interest.Type
determining the type of interest.Interest.Type
public void setType(Interest.Type type)
Interest
setType
in class Interest<K>
type
- Interest.Type
qualifying the type of interest.Interest.Type
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.