Uses of Class
com.tangosol.util.SegmentedHashMap.Segment
-
Uses of SegmentedHashMap.Segment in com.tangosol.util
Modifier and TypeFieldDescriptionprotected final SegmentedHashMap.Segment[]
SegmentedHashMap.m_aSegment
An array of the control-structures for the Map's segments.Modifier and TypeMethodDescriptionprotected SegmentedHashMap.Segment
SegmentedHashMap.getSegmentForKey
(Object oKey) Return the Segment object for the specified key.Modifier and TypeMethodDescriptionprotected void
SegmentedHashMap.ensureLoadFactor
(SegmentedHashMap.Segment segment) Check whether or not the specified segment is overloaded and if so, grow the bucket array (which suggests with high probability that the per-segment load will decrease).