You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/08/26 13:36:31 UTC

[22/22] ignite git commit: Merge branches 'ignite-843' and 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-843

Merge branches 'ignite-843' and 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-843


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

Branch: refs/heads/ignite-843
Commit: 95c73adc151d159be862826a88d54133664b1052
Parents: cd0caa9 6c46e47
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Aug 26 18:34:05 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Aug 26 18:34:05 2015 +0700

----------------------------------------------------------------------
 assembly/dependencies-hadoop.xml                |   1 +
 .../internal/GridEventConsumeHandler.java       |   2 +-
 .../eventstorage/GridEventStorageManager.java   |   2 +-
 .../platform/PlatformAwareEventFilter.java      |  37 -
 .../platform/PlatformLocalEventListener.java    |  28 -
 .../internal/processors/igfs/IgfsProcessor.java |   8 -
 .../platform/PlatformAwareEventFilter.java      |  37 +
 .../platform/PlatformLocalEventListener.java    |  28 +
 .../resources/META-INF/classnames.properties    |   2 +-
 .../IgniteCacheManyAsyncOperationsTest.java     | 107 +++
 .../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 +
 .../internal/platform/PlatformBootstrap.java    |  36 -
 .../platform/PlatformBootstrapFactory.java      |  37 -
 .../internal/platform/PlatformException.java    |  71 --
 .../internal/platform/PlatformIgnition.java     | 187 ----
 .../platform/PlatformNoCallbackException.java   |  50 --
 .../callback/PlatformCallbackGateway.java       | 869 -------------------
 .../callback/PlatformCallbackUtils.java         | 468 ----------
 .../platform/memory/PlatformAbstractMemory.java | 121 ---
 .../PlatformBigEndianInputStreamImpl.java       | 126 ---
 .../PlatformBigEndianOutputStreamImpl.java      | 162 ----
 .../platform/memory/PlatformExternalMemory.java |  55 --
 .../platform/memory/PlatformInputStream.java    |  30 -
 .../memory/PlatformInputStreamImpl.java         | 323 -------
 .../platform/memory/PlatformMemory.java         |  77 --
 .../platform/memory/PlatformMemoryManager.java  |  46 -
 .../memory/PlatformMemoryManagerImpl.java       |  83 --
 .../platform/memory/PlatformMemoryPool.java     | 133 ---
 .../platform/memory/PlatformMemoryUtils.java    | 468 ----------
 .../platform/memory/PlatformOutputStream.java   |  30 -
 .../memory/PlatformOutputStreamImpl.java        | 259 ------
 .../platform/memory/PlatformPooledMemory.java   |  63 --
 .../platform/memory/PlatformUnpooledMemory.java |  51 --
 .../platform/PlatformAbstractBootstrap.java     |  48 +
 .../platform/PlatformAbstractTarget.java        | 276 ++++++
 .../processors/platform/PlatformBootstrap.java  |  36 +
 .../platform/PlatformBootstrapFactory.java      |  37 +
 .../processors/platform/PlatformContext.java    | 114 +++
 .../processors/platform/PlatformException.java  |  71 ++
 .../platform/PlatformExtendedException.java     |  39 +
 .../processors/platform/PlatformIgnition.java   | 186 ++++
 .../platform/PlatformNoCallbackException.java   |  50 ++
 .../processors/platform/PlatformTarget.java     |  76 ++
 .../callback/PlatformCallbackGateway.java       | 869 +++++++++++++++++++
 .../callback/PlatformCallbackUtils.java         | 468 ++++++++++
 .../lifecycle/PlatformLifecycleBean.java        |  72 ++
 .../platform/memory/PlatformAbstractMemory.java | 121 +++
 .../PlatformBigEndianInputStreamImpl.java       | 126 +++
 .../PlatformBigEndianOutputStreamImpl.java      | 162 ++++
 .../platform/memory/PlatformExternalMemory.java |  55 ++
 .../platform/memory/PlatformInputStream.java    |  30 +
 .../memory/PlatformInputStreamImpl.java         | 323 +++++++
 .../platform/memory/PlatformMemory.java         |  77 ++
 .../platform/memory/PlatformMemoryManager.java  |  46 +
 .../memory/PlatformMemoryManagerImpl.java       |  83 ++
 .../platform/memory/PlatformMemoryPool.java     | 133 +++
 .../platform/memory/PlatformMemoryUtils.java    | 468 ++++++++++
 .../platform/memory/PlatformOutputStream.java   |  30 +
 .../memory/PlatformOutputStreamImpl.java        | 259 ++++++
 .../platform/memory/PlatformPooledMemory.java   |  63 ++
 .../platform/memory/PlatformUnpooledMemory.java |  51 ++
 .../platform/utils/PlatformFutureUtils.java     | 326 +++++++
 .../platform/utils/PlatformReaderBiClosure.java |  34 +
 .../platform/utils/PlatformReaderClosure.java   |  34 +
 .../platform/utils/PlatformUtils.java           | 585 +++++++++++++
 .../platform/utils/PlatformWriterBiClosure.java |  34 +
 .../platform/utils/PlatformWriterClosure.java   |  33 +
 parent/pom.xml                                  |   1 +
 77 files changed, 6682 insertions(+), 3827 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/95c73adc/parent/pom.xml
----------------------------------------------------------------------