You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/12/07 12:52:39 UTC

[4/5] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-zk

Merge remote-tracking branch 'remotes/origin/master' into ignite-zk


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c0dfb208
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c0dfb208
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c0dfb208

Branch: refs/heads/ignite-zk
Commit: c0dfb208dd84544941b843ad5f01c772455ba9b0
Parents: a11e06a e15cbcc
Author: sboikov <sb...@gridgain.com>
Authored: Thu Dec 7 12:54:05 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Dec 7 12:54:05 2017 +0300

----------------------------------------------------------------------
 .../ignite/internal/GridJobExecuteRequest.java  | 133 +++++++----
 .../ignite/internal/GridTaskSessionImpl.java    |  18 ++
 .../ignite/internal/IgniteComputeImpl.java      |   8 +-
 .../processors/job/GridJobProcessor.java        |   8 +
 .../session/GridTaskSessionProcessor.java       |   6 +
 .../processors/task/GridTaskProcessor.java      |  15 +-
 .../task/GridTaskThreadContextKey.java          |   3 +
 .../processors/task/GridTaskWorker.java         |   2 +
 .../internal/GridJobStealingSelfTest.java       |   7 +-
 .../GridMultithreadedJobStealingSelfTest.java   | 176 ++++++++++----
 .../Examples/Example.cs                         |   7 +-
 .../ProjectFilesTest.cs                         |   2 +-
 modules/platforms/dotnet/examples/README.txt    |   2 +
 .../dotnetcore/Apache.Ignite.Examples.csproj    |  29 +++
 .../dotnet/examples/dotnetcore/App.config       |  41 ++++
 .../dotnet/examples/dotnetcore/Employee.cs      |  67 ++++++
 .../dotnet/examples/dotnetcore/LinqExample.cs   | 239 +++++++++++++++++++
 .../dotnet/examples/dotnetcore/Organization.cs  |  58 +++++
 .../dotnet/examples/dotnetcore/Program.cs       | 109 +++++++++
 .../dotnet/examples/dotnetcore/PutGetExample.cs | 122 ++++++++++
 .../dotnet/examples/dotnetcore/README.txt       |   8 +
 .../dotnet/examples/dotnetcore/SqlExample.cs    | 191 +++++++++++++++
 .../dotnet/run-dotnetcore-examples.bat          |  27 +++
 23 files changed, 1182 insertions(+), 96 deletions(-)
----------------------------------------------------------------------