You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/03/02 13:09:18 UTC

[jira] [Created] (IGNITE-2745) Fast access to GridTopic listeners.

Vladimir Ozerov created IGNITE-2745:
---------------------------------------

             Summary: Fast access to GridTopic listeners.
                 Key: IGNITE-2745
                 URL: https://issues.apache.org/jira/browse/IGNITE-2745
             Project: Ignite
          Issue Type: Sub-task
          Components: general
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.6


Currently all listeners are located inside a ConcurrentHashMap. It takes some time to get a listener from it.

The most important listeners are those of GridTopic enum. Let's store these listeners in volatile array where enum ordinal will be listener index.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)