[jboss-jira] [JBoss JIRA] Assigned: (JGRP-719) Allow ReplicatedHashMap to delegate to any ConcurrentMap
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Mar 19 05:48:51 EDT 2008
[ http://jira.jboss.com/jira/browse/JGRP-719?page=all ]
Bela Ban reassigned JGRP-719:
-----------------------------
Assignee: Vladimir Blagojevic (was: Bela Ban)
Vladimir, can you do this ?
> Allow ReplicatedHashMap to delegate to any ConcurrentMap
> --------------------------------------------------------
>
> Key: JGRP-719
> URL: http://jira.jboss.com/jira/browse/JGRP-719
> Project: JGroups
> Issue Type: Patch
> Reporter: Elias Ross
> Assigned To: Vladimir Blagojevic
> Fix For: 2.7
>
> Attachments: jgroups-map-patch.txt
>
>
> Patch changes ReplicatedHashMap to delegate calls to a ConcurrentMap instance rather than extending ConcurrentHashMap directly.
> This allows users to use ConcurrentSkipListMap (which is sorted) or whatever they want as the underlying map storage. Also, if a user wants to select a different initial capacity or what have you, they can do it by constructing the ConcurrentHashMap externally.
> The changes may slightly impact compatibility, as the inheritance hierarchy has changed, but all the old methods have been carried over.
--
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