Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC4981748C for ; Tue, 3 Feb 2015 18:38:04 +0000 (UTC) Received: (qmail 34497 invoked by uid 500); 3 Feb 2015 18:37:59 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 34458 invoked by uid 500); 3 Feb 2015 18:37:59 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 34446 invoked by uid 99); 3 Feb 2015 18:37:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 18:37:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 03 Feb 2015 18:37:37 +0000 Received: (qmail 33668 invoked by uid 99); 3 Feb 2015 18:37:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 18:37:34 +0000 Date: Tue, 3 Feb 2015 18:37:34 +0000 (UTC) From: "Sergey Evdokimov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-158) Add methods that create cluster groups for client or data only cache nodes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Evdokimov updated IGNITE-158: ------------------------------------ Assignee: Vladimir Ozerov (was: Sergey Evdokimov) > 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: Vladimir Ozerov > 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)