|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.gemfire.client.Interest<K>
public class Interest<K>
Basic holder class for registering an interest. Useful for configuring Gemfire caches through XML and or JavaBeans means.
| Constructor Summary | |
|---|---|
Interest()
|
|
Interest(K key)
|
|
Interest(K key,
InterestResultPolicy policy)
|
|
Interest(K key,
InterestResultPolicy policy,
boolean durable)
|
|
Interest(K key,
String policy)
|
|
Interest(K key,
String policy,
boolean durable)
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
protected K |
getKey()
Returns the key of interest. |
protected InterestResultPolicy |
getPolicy()
Returns the interest policy. |
protected boolean |
isDurable()
Returns the interest durability. |
void |
setDurable(boolean durable)
Sets the interest durability. |
void |
setKey(K key)
Sets the key of interest. |
void |
setPolicy(Object policy)
Sets the interest policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Interest()
public Interest(K key)
public Interest(K key,
InterestResultPolicy policy)
public Interest(K key,
String policy)
public Interest(K key,
String policy,
boolean durable)
public Interest(K key,
InterestResultPolicy policy,
boolean durable)
| Method Detail |
|---|
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanprotected K getKey()
public void setKey(K key)
key - the key to setprotected InterestResultPolicy getPolicy()
public void setPolicy(Object policy)
policy - the policy to setprotected boolean isDurable()
public void setDurable(boolean durable)
durable - the durable to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||