| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   com.tangosol.util.Base
com.tangosol.util.Base
       com.tangosol.net.cache.LocalCache.KeyMask
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(java.lang.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(java.lang.Object oKey)
oKey - the key that a change event has occurred forpublic boolean isSynthetic()
public void setSynthetic(boolean fSynthetic)
fSynthetic - true iff the the current operation is internalpublic boolean ensureSynthetic()
| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||