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 26E5A17821 for ; Thu, 3 Sep 2015 01:03:12 +0000 (UTC) Received: (qmail 84099 invoked by uid 500); 3 Sep 2015 01:03:12 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 84026 invoked by uid 500); 3 Sep 2015 01:03:12 -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 82897 invoked by uid 99); 3 Sep 2015 01:03:11 -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; Thu, 03 Sep 2015 01:03:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 56E4EE7E23; Thu, 3 Sep 2015 01:03:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Thu, 03 Sep 2015 01:03:46 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] ignite git commit: Merge remote-tracking branch 'upstream/master' into ignite-264 Merge remote-tracking branch 'upstream/master' into ignite-264 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f5d0340f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f5d0340f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f5d0340f Branch: refs/heads/ignite-264 Commit: f5d0340f825717e79e2fbfce0b6dee88d5177637 Parents: d760297 e428206 Author: Alexey Goncharuk Authored: Wed Aug 26 17:56:17 2015 -0700 Committer: Alexey Goncharuk Committed: Wed Aug 26 17:56:17 2015 -0700 ---------------------------------------------------------------------- assembly/dependencies-hadoop.xml | 1 + .../internal/GridEventConsumeHandler.java | 2 +- .../eventstorage/GridEventStorageManager.java | 2 +- .../platform/PlatformAwareEventFilter.java | 37 - .../platform/PlatformLocalEventListener.java | 28 - .../internal/portable/PortableContext.java | 1 - .../CacheObjectPortableProcessorImpl.java | 3 +- .../cacheobject/IgniteCacheObjectProcessor.java | 2 +- .../IgniteCacheObjectProcessorImpl.java | 2 +- .../internal/processors/igfs/IgfsProcessor.java | 8 - .../platform/PlatformAwareEventFilter.java | 37 + .../platform/PlatformLocalEventListener.java | 28 + .../processors/query/GridQueryProcessor.java | 2 +- .../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/IgniteCacheTestSuite.java | 1 + .../ignite/testsuites/IgniteIgfsTestSuite.java | 7 + .../Apache.Ignite.Core.csproj | 25 + .../Common/AsyncSupportedAttribute.cs | 33 + .../Apache.Ignite.Core/Common/IAsyncSupport.cs | 52 ++ .../dotnet/Apache.Ignite.Core/Common/IFuture.cs | 115 +++ .../Common/IgniteException.cs | 66 ++ .../Impl/Collections/CollectionExtensions.cs | 45 + .../Impl/Collections/MultiValueDictionary.cs | 143 +++ .../Impl/Collections/ReadOnlyCollection.cs | 102 +++ .../Impl/Collections/ReadOnlyDictionary.cs | 149 ++++ .../Impl/Common/AsyncResult.cs | 71 ++ .../Impl/Common/CompletedAsyncResult.cs | 70 ++ .../Common/CopyOnWriteConcurrentDictionary.cs | 70 ++ .../Impl/Common/DelegateConverter.cs | 253 ++++++ .../Apache.Ignite.Core/Impl/Common/Future.cs | 286 ++++++ .../Impl/Common/FutureType.cs | 52 ++ .../Impl/Common/GridArgumentCheck.cs | 76 ++ .../Impl/Common/IFutureConverter.cs | 32 + .../Impl/Common/IFutureInternal.cs | 45 + .../Impl/Common/LoadedAssembliesResolver.cs | 96 ++ .../Impl/Common/TypeCaster.cs | 72 ++ .../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 ++ .../cache/affinity/PlatformAffinity.java | 293 +++++++ .../query/PlatformAbstractQueryCursor.java | 192 ++++ .../cache/query/PlatformFieldsQueryCursor.java | 50 ++ .../cache/query/PlatformQueryCursor.java | 46 + .../cache/store/PlatformCacheStore.java | 25 + .../cache/store/PlatformCacheStoreCallback.java | 61 ++ .../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 ++ .../transactions/PlatformTransactions.java | 255 ++++++ .../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 + 109 files changed, 9460 insertions(+), 3832 deletions(-) ----------------------------------------------------------------------