[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1383) ConcurrentHashSet should allow for setting a "concurrency level"
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Jul 4 05:02:57 EDT 2008
ConcurrentHashSet should allow for setting a "concurrency level"
----------------------------------------------------------------
Key: JBCACHE-1383
URL: http://jira.jboss.com/jira/browse/JBCACHE-1383
Project: JBoss Cache
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Manik Surtani
Assigned To: Manik Surtani
Fix For: 2.2.0.GA, 3.0.0
o.j.c.util.concurrent.ConcurrentHashSet wraps a CHM and provides threadsafe Set semantics. Currently this only has a single, empty ctor which invokes the CHM's empty ctor.
Should allow for taking in a concurrency level, which can be passed in to the CHM to reduce the number of segments created as this can be a memory hog in some cases.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list