Uses of Class
com.tangosol.util.SegmentedHashMap.Segment
-
Packages that use SegmentedHashMap.Segment Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedHashMap.Segment in com.tangosol.util
Fields in com.tangosol.util declared as SegmentedHashMap.Segment Modifier and Type Field Description protected SegmentedHashMap.Segment[]
SegmentedHashMap. m_aSegment
An array of the control-structures for the Map's segments.Methods in com.tangosol.util that return SegmentedHashMap.Segment Modifier and Type Method Description protected SegmentedHashMap.Segment
SegmentedHashMap. getSegmentForKey(Object oKey)
Return the Segment object for the specified key.Methods in com.tangosol.util with parameters of type SegmentedHashMap.Segment Modifier and Type Method Description protected 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).
-