Uses of Class
net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment
-
Packages that use SelectableConcurrentHashMap.Segment Package Description net.sf.ehcache.store.chm CHM package. -
-
Uses of SelectableConcurrentHashMap.Segment in net.sf.ehcache.store.chm
Methods in net.sf.ehcache.store.chm that return SelectableConcurrentHashMap.Segment Modifier and Type Method Description protected SelectableConcurrentHashMap.SegmentSelectableConcurrentHashMap. createSegment(int initialCapacity, float lf)protected SelectableConcurrentHashMap.SegmentSelectableConcurrentHashMap. segmentFor(int hash)Returns the segment that should be used for key with given hashMethods in net.sf.ehcache.store.chm that return types with arguments of type SelectableConcurrentHashMap.Segment Modifier and Type Method Description protected java.util.List<SelectableConcurrentHashMap.Segment>SelectableConcurrentHashMap. segments()
-