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)