[jboss-jira] [JBoss JIRA] Created: (JGRP-955) AckSenderWindow: use ConcurrentSkipListMap instead of ConcurrentHashMap

Bela Ban (JIRA) jira-events at lists.jboss.org
Tue Apr 14 07:30:22 EDT 2009


AckSenderWindow: use ConcurrentSkipListMap instead of ConcurrentHashMap
-----------------------------------------------------------------------

                 Key: JGRP-955
                 URL: https://jira.jboss.org/jira/browse/JGRP-955
             Project: JGroups
          Issue Type: Task
            Reporter: Bela Ban
            Assignee: Bela Ban
            Priority: Minor
             Fix For: 3.0


So we have the seqnos sorted, and can implement ack(seqno) as a headSet(seqno).clear().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list