You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/03/30 11:50:00 UTC

[31/50] [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/ab516da1
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ab516da1
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ab516da1

Branch: refs/heads/ignite-3477-master
Commit: ab516da1acd1b220c0a50b05850535ed5712a033
Parents: 48701fb 738bb12
Author: devozerov <vo...@gridgain.com>
Authored: Tue Mar 28 11:59:26 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Tue Mar 28 11:59:26 2017 +0300

----------------------------------------------------------------------
 .../utils/PlatformConfigurationUtils.java       |   2 +
 .../Cache/CacheConfigurationTest.cs             |   2 +
 .../Cache/Query/CacheLinqTest.cs                |  16 ++-
 .../Query/CacheQueriesCodeConfigurationTest.cs  |   7 +
 .../Apache.Ignite.Core.csproj                   |   3 +-
 .../Binary/BinaryArrayEqualityComparer.cs       |   3 +
 .../Cache/Affinity/AffinityFunctionBase.cs      | 139 ++++++++++++++++++
 .../Cache/Configuration/QueryEntity.cs          |   8 ++
 .../Impl/Binary/Metadata/IBinaryTypeHandler.cs  |   2 +-
 .../Impl/Cache/Affinity/AffinityFunctionBase.cs | 140 -------------------
 .../Impl/Collections/MultiValueDictionary.cs    |   2 +-
 .../Apache.Ignite.Core/Impl/Common/Future.cs    |   3 +-
 .../Impl/Common/IFutureConverter.cs             |   4 +-
 .../Impl/Common/IFutureInternal.cs              |   3 +-
 .../Impl/Common/LoadedAssembliesResolver.cs     |   2 +-
 .../Apache.Ignite.Core/Impl/Handle/Handle.cs    |   2 +-
 .../Impl/Handle/HandleRegistry.cs               |   2 +-
 .../Apache.Ignite.Core/Impl/Handle/IHandle.cs   |   2 +-
 .../Impl/Memory/IPlatformMemory.cs              |   5 +-
 .../Impl/Memory/PlatformMemory.cs               |   3 +-
 .../Impl/Memory/PlatformMemoryManager.cs        |   4 +-
 .../Impl/Memory/PlatformMemoryPool.cs           |   3 +-
 .../Impl/Memory/PlatformMemoryStream.cs         |   3 +-
 .../Impl/Memory/PlatformRawMemory.cs            |  96 -------------
 .../Impl/CacheFieldsQueryProvider.cs            |  10 +-
 25 files changed, 198 insertions(+), 268 deletions(-)
----------------------------------------------------------------------