You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2015/08/27 02:12:14 UTC

[49/59] [abbrv] ignite git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/ignite-884
Commit: c9a5340e0e6a261f68bf352dfce27853d6125239
Parents: 7ad43fc 975f47e
Author: sboikov <sb...@gridgain.com>
Authored: Wed Aug 26 15:41:48 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Aug 26 15:41:48 2015 +0300

----------------------------------------------------------------------
 .../internal/portable/PortableContext.java      |   1 -
 .../internal/processors/igfs/IgfsProcessor.java |   8 -
 .../processors/igfs/IgfsAbstractSelfTest.java   |  34 +-
 .../igfs/IgfsBackupFailoverSelfTest.java        | 488 ++++++++++++++++
 .../igfs/IgfsBackupsDualAsyncSelfTest.java      |  40 ++
 .../igfs/IgfsBackupsDualSyncSelfTest.java       |  40 ++
 .../igfs/IgfsBackupsPrimarySelfTest.java        |  40 ++
 .../ignite/testsuites/IgniteIgfsTestSuite.java  |   7 +
 .../Apache.Ignite.Core.csproj                   |   3 +
 .../Apache.Ignite.Core/Impl/Handle/Handle.cs    |  69 +++
 .../Impl/Handle/HandleRegistry.cs               | 340 +++++++++++
 .../Apache.Ignite.Core/Impl/Handle/IHandle.cs   |  35 ++
 .../platform/PlatformAbstractBootstrap.java     |   1 +
 .../platform/PlatformAbstractTarget.java        | 276 +++++++++
 .../processors/platform/PlatformContext.java    | 114 ++++
 .../platform/PlatformExtendedException.java     |  39 ++
 .../processors/platform/PlatformTarget.java     |  76 +++
 .../lifecycle/PlatformLifecycleBean.java        |  72 +++
 .../transactions/PlatformTransactions.java      | 255 ++++++++
 .../platform/utils/PlatformFutureUtils.java     | 326 +++++++++++
 .../platform/utils/PlatformUtils.java           | 585 +++++++++++++++++++
 parent/pom.xml                                  |   1 +
 22 files changed, 2835 insertions(+), 15 deletions(-)
----------------------------------------------------------------------