ehcache

Uses of Class
net.sf.ehcache.store.chm.SelectableConcurrentHashMap.Segment

Packages that use SelectableConcurrentHashMap.Segment
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
protected  SelectableConcurrentHashMap.Segment SelectableConcurrentHashMap.createSegment(int initialCapacity, float lf)
           
protected  SelectableConcurrentHashMap.Segment SelectableConcurrentHashMap.segmentFor(int hash)
          Returns the segment that should be used for key with given hash
 

Methods in net.sf.ehcache.store.chm that return types with arguments of type SelectableConcurrentHashMap.Segment
protected  List<SelectableConcurrentHashMap.Segment> SelectableConcurrentHashMap.segments()
           
 


ehcache

Copyright 2001-2015, Terracotta, Inc.