You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yuriy Shuliha (Jira)" <ji...@apache.org> on 2019/11/22 17:19:00 UTC

[jira] [Created] (IGNITE-12389) Make GridCacheQueryFutureAdapter.enqueue() use parameter of List type instead Collection

Yuriy Shuliha  created IGNITE-12389:
---------------------------------------

             Summary: Make GridCacheQueryFutureAdapter.enqueue() use parameter of List type instead Collection
                 Key: IGNITE-12389
                 URL: https://issues.apache.org/jira/browse/IGNITE-12389
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.7.6
            Reporter: Yuriy Shuliha 
             Fix For: 2.8


Make {{GridCacheQueryFutureAdapter.enqueue(Collection<?> col)}} use parameter of List type instead Collection
This will allow to avoid new {{ArrayList}} creation and directly call performance tolerant {{List.subList()}} method .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)