Package com.tangosol.util
Class SegmentedHashMap.Segment
java.lang.Object
com.tangosol.util.SegmentedHashMap.Segment
- Enclosing class:
- SegmentedHashMap
Segment metadata.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
cEntriesprotected int cEntriesThe number of Entry objects (including synthetics) in this segment.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. 
- 
fContendprotected volatile boolean fContendAre any threads contending to lock this segment?
 
- 
- 
Constructor Details- 
Segmentprotected Segment()
 
-