|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.net.cache.LocalCache.KeyMask
protected class LocalCache.KeyMask
A class that masks certain changes so that they are not reported back to the CacheStore.
| Constructor Summary | |
|---|---|
protected |
LocalCache.KeyMask()
|
| Method Summary | |
|---|---|
boolean |
ensureSynthetic()
Ensure that the synthetic operation flag is set. |
boolean |
isIgnored(Object oKey)
Check if a key should be ignored. |
boolean |
isSynthetic()
Check whether or not the currently performed operation is internally initiated. |
void |
setSynthetic(boolean fSynthetic)
Specify whether or not the currently performed operation is internally initiated. |
| Constructor Detail |
|---|
protected LocalCache.KeyMask()
| Method Detail |
|---|
public boolean isIgnored(Object oKey)
oKey - the key that a change event has occurred for
public boolean isSynthetic()
public void setSynthetic(boolean fSynthetic)
fSynthetic - true iff the the current operation is internalpublic boolean ensureSynthetic()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||