org.springframework.data.gemfire.client
Class RegexInterest

java.lang.Object
  extended by org.springframework.data.gemfire.client.Interest<String>
      extended by org.springframework.data.gemfire.client.RegexInterest
All Implemented Interfaces:
InitializingBean

public class RegexInterest
extends Interest<String>

Cache interest based on regular expression rather then individual key types.


Constructor Summary
RegexInterest()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getRegex()
          Returns the regex backing this interest.
 
Methods inherited from class org.springframework.data.gemfire.client.Interest
getKey, getPolicy, isDurable, isReceiveValues, setDurable, setKey, setPolicy, setReceiveValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexInterest

public RegexInterest()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface InitializingBean
Overrides:
afterPropertiesSet in class Interest<String>

getRegex

public String getRegex()
Returns the regex backing this interest. Similar to Interest.getKey().

Returns:
interest regex