Uses of Class
com.tangosol.util.SegmentedHashMap.Segment
Packages that use SegmentedHashMap.Segment
-
Uses of SegmentedHashMap.Segment in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedHashMap.SegmentModifier and TypeFieldDescriptionprotected final SegmentedHashMap.Segment[]
SegmentedHashMap.m_aSegment
An array of the control-structures for the Map's segments.Methods in com.tangosol.util that return SegmentedHashMap.SegmentModifier and TypeMethodDescriptionprotected SegmentedHashMap.Segment
SegmentedHashMap.getSegmentForKey
(Object oKey) Return the Segment object for the specified key.Methods in com.tangosol.util with parameters of type SegmentedHashMap.SegmentModifier 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).