|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.weblogic.PortalCacheProvider.CacheImpl.EntryInfo
protected class PortalCacheProvider.CacheImpl.EntryInfo
An EntryInfo contains metadata about a cached Map.Entry.
This class is not thread-safe.
| Field Summary | |
|---|---|
protected boolean |
m_fLocalFlag that determines if the corresponding Map.Entry is stored in the local Map. |
| Constructor Summary | |
|---|---|
protected |
PortalCacheProvider.CacheImpl.EntryInfo(boolean fLocal)Create a new EntryInfo. |
| Method Summary | |
|---|---|
protected java.lang.String |
getDescription()Return a string representation of this EntryInfo's attributes. |
protected boolean |
isLocal()Determine if the corresponding Map.Entry is stored in the local Map. |
protected void |
setLocal(boolean fLocal)Set the flag that determines if the corresponding Map.Entry is stored in the local Map. |
java.lang.String |
toString()Return a human readable description of this EntryInfo object. |
| Field Detail |
|---|
protected boolean m_fLocal
| Constructor Detail |
|---|
protected PortalCacheProvider.CacheImpl.EntryInfo(boolean fLocal)
fLocal - if true, the corresponding Map.Entry is stored in the local Map| Method Detail |
|---|
public java.lang.String toString()
protected java.lang.String getDescription()
protected boolean isLocal()
protected void setLocal(boolean fLocal)
fLocal - true if the Map.Entry is stored in the local Map
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||