Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64B8C189B4 for ; Mon, 15 Jun 2015 07:32:26 +0000 (UTC) Received: (qmail 49972 invoked by uid 500); 15 Jun 2015 07:32:26 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 49942 invoked by uid 500); 15 Jun 2015 07:32:26 -0000 Mailing-List: contact commits-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 commits@ignite.incubator.apache.org Received: (qmail 49933 invoked by uid 99); 15 Jun 2015 07:32:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 07:32:26 +0000 X-ASF-Spam-Status: No, hits=-2000.4 required=5.0 tests=ALL_TRUSTED,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; Mon, 15 Jun 2015 07:30:15 +0000 Received: (qmail 47858 invoked by uid 99); 15 Jun 2015 07:31:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 07:31:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D2A8DFCDD; Mon, 15 Jun 2015 07:31:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yzhdanov@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 15 Jun 2015 07:32:43 -0000 Message-Id: <8218d5e72e1e4d618690e4c11ebdab60@git.apache.org> In-Reply-To: <15d51c252320406e8a75c3939d387087@git.apache.org> References: <15d51c252320406e8a75c3939d387087@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [50/50] incubator-ignite git commit: Merge branches 'ignite-1009-v4' and 'ignite-sprint-6' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-1009-v4 X-Virus-Checked: Checked by ClamAV on apache.org Merge branches 'ignite-1009-v4' and 'ignite-sprint-6' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-1009-v4 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7c51a141 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7c51a141 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7c51a141 Branch: refs/heads/ignite-1009-v4 Commit: 7c51a14166113e38a1d749fe0a2510c37dc86fe3 Parents: b06eb0e 0907338 Author: Yakov Zhdanov Authored: Mon Jun 15 10:30:06 2015 +0300 Committer: Yakov Zhdanov Committed: Mon Jun 15 10:30:06 2015 +0300 ---------------------------------------------------------------------- .../apache/ignite/cache/query/ScanQuery.java | 5 +- .../datastructures/DataStructuresProcessor.java | 67 +++++++++++++++++++- .../rest/client/message/GridRouterRequest.java | 18 ++++++ .../rest/client/message/GridRouterResponse.java | 18 ++++++ .../ignite/tools/classgen/ClassesGenerator.java | 12 ++++ 5 files changed, 116 insertions(+), 4 deletions(-) ----------------------------------------------------------------------