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 C814C10D55 for ; Fri, 4 Sep 2015 07:48:10 +0000 (UTC) Received: (qmail 18759 invoked by uid 500); 4 Sep 2015 07:48:10 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 18675 invoked by uid 500); 4 Sep 2015 07:48:10 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 18569 invoked by uid 99); 4 Sep 2015 07:48:10 -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; Fri, 04 Sep 2015 07:48:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6F3D1E1782; Fri, 4 Sep 2015 07:48:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Fri, 04 Sep 2015 07:48:17 -0000 Message-Id: <7a04f6aedd9942f492f6ecb1d1bf07bc@git.apache.org> In-Reply-To: <74cc0fa102604b6182feb472e61341dc@git.apache.org> References: <74cc0fa102604b6182feb472e61341dc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/17] ignite git commit: Merge remote-tracking branch 'origin/ignite-1.4' into ignite-1.4 Merge remote-tracking branch 'origin/ignite-1.4' into ignite-1.4 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/154f1858 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/154f1858 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/154f1858 Branch: refs/heads/ignite-1364-1 Commit: 154f18588e01943bfde60ade49262837bb670204 Parents: 2fbf328 6a5a48a Author: Anton Vinogradov Authored: Thu Sep 3 18:35:06 2015 +0300 Committer: Anton Vinogradov Committed: Thu Sep 3 18:35:06 2015 +0300 ---------------------------------------------------------------------- examples/config/example-default.xml | 76 +++++ examples/config/example-ignite.xml | 56 +--- .../config/portable/example-ignite-portable.xml | 44 +++ .../ignite/examples/portable/Address.java | 72 +++++ .../ignite/examples/portable/Employee.java | 93 ++++++ .../ignite/examples/portable/EmployeeKey.java | 90 ++++++ .../portable/ExamplePortableNodeStartup.java | 36 +++ .../ignite/examples/portable/Organization.java | 93 ++++++ .../examples/portable/OrganizationType.java | 32 ++ ...mputeClientPortableTaskExecutionExample.java | 154 +++++++++ .../portable/computegrid/ComputeClientTask.java | 116 +++++++ .../portable/computegrid/package-info.java | 21 ++ .../CacheClientPortablePutGetExample.java | 226 +++++++++++++ .../CacheClientPortableQueryExample.java | 323 +++++++++++++++++++ .../portable/datagrid/package-info.java | 21 ++ .../ignite/examples/portable/package-info.java | 21 ++ .../CacheClientPortableExampleTest.java | 46 +++ .../ComputeClientPortableExampleTest.java | 37 +++ .../testsuites/IgniteExamplesSelfTestSuite.java | 6 + 19 files changed, 1513 insertions(+), 50 deletions(-) ----------------------------------------------------------------------