[
https://issues.apache.org/jira/browse/IGNITE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Evdokimov reassigned IGNITE-158:
---------------------------------------
Assignee: Sergey Evdokimov (was: Vladimir Ozerov)
> Add methods that create cluster groups for client or data only cache nodes
> --------------------------------------------------------------------------
>
> Key: IGNITE-158
> URL: https://issues.apache.org/jira/browse/IGNITE-158
> Project: Ignite
> Issue Type: Improvement
> Components: cache
> Affects Versions: sprint-1
> Reporter: Valentin Kulichenko
> Assignee: Sergey Evdokimov
> Priority: Critical
> Fix For: sprint-1
>
>
> Existing {{forCache(String cacheName, @Nullable String... cacheNames)}}
> method return cluster group with all nodes with provided caches. Need to add
> methods that will also depend on distribution mode:
> * {{forDataNodes(cacheName, @Nullable String... cacheNames)}} - returns only
> nodes with {{PARTITIONED_ONLY}} or {{NEAR_PARTITIONED}} modes
> * {{forClientNodes(cacheName, @Nullable String... cacheNames)}} - returns
> only nodes with {{CLIENT_ONLY}} or {{NEAR_NEAR}} modes
> * {{forCacheNodes(cacheName, @Nullable String... cacheNames)}} - just a
> renaming for current {{forCache(String cacheName, @Nullable String...
> cacheNames)}} method
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)