You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2018/02/14 12:04:00 UTC

[jira] [Created] (IGNITE-7703) Add a method gets caches in batch

Vladislav Pyatkov created IGNITE-7703:
-----------------------------------------

             Summary: Add a method gets caches in batch
                 Key: IGNITE-7703
                 URL: https://issues.apache.org/jira/browse/IGNITE-7703
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladislav Pyatkov


Ignite allows to start (and/or get) caches in batch, but not allows to do get without starting.

In some cases need to start particular subset of all cluster caches, but if calls this one by one:

_org.apache.ignite.Ignite#cache_

we have a risk to overload discovery layer by messages of _DynamicCacheChangeRequest_.

 

Will be better to add a specific method for gets of caches in batch.

_org.apache.ignite.Ignite#caches_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)