|
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.SegmentedHashMap.Segment
protected static class SegmentedHashMap.Segment
Segment metadata.
| Field Summary | |
|---|---|
protected int |
cEntriesThe number of Entry objects (including synthetics) in this segment. |
protected boolean |
fContendAre any threads contending to lock this segment? |
| Constructor Summary | |
|---|---|
protected |
SegmentedHashMap.Segment() |
| Field Detail |
|---|
protected int cEntries
Note: On a JSR-133 non-compliant JVM, this value may be stale to some extent. It is only used as an internal growth statistic, so this is acceptable. On JSR-133 compliant JVMs, the segment lock under which this value is modified performs an atomic CAS which would guarantee that writes get flushed.
protected volatile boolean fContend
| Constructor Detail |
|---|
protected SegmentedHashMap.Segment()
|
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 | |||||||