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 2015/09/03 03:03:54 UTC

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

Branch: refs/heads/ignite-264
Commit: f88defdc6f85bdafd77f552acc505ac21e9228f5
Parents: 9996de8 6731627
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Tue Sep 1 11:41:52 2015 -0700
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Tue Sep 1 11:41:52 2015 -0700

----------------------------------------------------------------------
 .../examples/datagrid/CacheQueryExample.java    |    6 +-
 .../hibernate/HibernateL2CacheExample.java      |    4 +-
 .../java8/datagrid/CacheAffinityExample.java    |    4 +-
 .../java8/datagrid/CacheApiExample.java         |    4 +-
 .../java8/datagrid/CacheAsyncApiExample.java    |    4 +-
 idea/ignite_codeStyle.xml                       |   11 +-
 modules/core/pom.xml                            |    6 +-
 .../internal/GridEventConsumeHandler.java       |   15 +-
 .../managers/communication/GridIoManager.java   |   50 +-
 .../GridLifecycleAwareMessageFilter.java        |   38 -
 .../eventstorage/GridEventStorageManager.java   |   16 +-
 .../processors/cache/GridCacheAdapter.java      |    5 +-
 .../processors/cache/GridCacheProcessor.java    |   27 +-
 .../cache/GridLoadCacheCloseablePredicate.java  |   30 -
 .../distributed/dht/GridDhtCacheAdapter.java    |    6 +-
 .../GridDhtPartitionsExchangeFuture.java        |   94 +-
 .../CacheQueryCloseableScanBiPredicate.java     |   30 -
 .../cache/query/GridCacheQueryManager.java      |   52 +-
 .../CacheContinuousQueryFilterEx.java           |   31 -
 .../continuous/CacheContinuousQueryHandler.java |    5 +-
 .../platform/PlatformAwareEventFilter.java      |   39 -
 .../processors/platform/PlatformContext.java    |   37 +-
 .../platform/PlatformEventFilterListener.java   |   39 +
 .../processors/platform/PlatformException.java  |   71 +
 .../platform/PlatformExtendedException.java     |   57 +
 .../platform/PlatformLocalEventListener.java    |   28 -
 .../platform/PlatformNativeException.java       |   77 +
 .../platform/PlatformNoCallbackException.java   |   50 +
 .../cache/PlatformCacheEntryFilter.java         |   11 +-
 .../cache/PlatformCacheEntryProcessor.java      |   27 +
 .../cache/query/PlatformContinuousQuery.java    |    6 +-
 .../query/PlatformContinuousQueryFilter.java    |   30 +
 .../callback/PlatformCallbackGateway.java       |   10 +-
 .../cluster/PlatformClusterNodeFilter.java      |   28 +
 .../datastreamer/PlatformStreamReceiver.java    |   27 +
 .../platform/message/PlatformMessageFilter.java |   40 +
 .../internal/util/GridStripedSpinBusyLock.java  |  127 +
 .../cache/IgniteDynamicCacheAndNodeStop.java    |   95 +
 .../CachePutAllFailoverAbstractTest.java        |  234 ++
 .../distributed/CachePutAllFailoverTxTest.java  |   30 +
 .../testsuites/IgniteCacheTestSuite2.java       |    4 +-
 .../platform/src/main/cpp/common/Makefile.am    |   45 +
 .../platform/src/main/cpp/common/configure.ac   |   62 +
 .../src/main/cpp/common/ignite-common.pc.in     |    9 +
 .../src/main/cpp/common/include/Makefile.am     |   22 +
 .../common/include/ignite/common/concurrent.h   |  210 ++
 .../cpp/common/include/ignite/common/exports.h  |  145 ++
 .../cpp/common/include/ignite/common/java.h     |  652 ++++++
 .../cpp/common/os/linux/include/Makefile.am     |   21 +
 .../os/linux/include/ignite/common/common.h     |   81 +
 .../linux/include/ignite/common/concurrent_os.h |  394 ++++
 .../src/main/cpp/common/os/linux/src/common.cpp |   59 +
 .../cpp/common/os/linux/src/concurrent_os.cpp   |  175 ++
 .../os/win/include/ignite/common/common.h       |   56 +
 .../win/include/ignite/common/concurrent_os.h   |  406 ++++
 .../src/main/cpp/common/os/win/src/common.cpp   |   65 +
 .../cpp/common/os/win/src/concurrent_os.cpp     |  151 ++
 .../src/main/cpp/common/project/README.TXT      |    1 +
 .../src/main/cpp/common/project/vs/README.TXT   |    1 +
 .../main/cpp/common/project/vs/common.vcxproj   |  202 ++
 .../common/project/vs/common.vcxproj.filters    |   54 +
 .../src/main/cpp/common/project/vs/module.def   |   99 +
 .../src/main/cpp/common/project/vs/targetver.h  |   25 +
 .../src/main/cpp/common/src/concurrent.cpp      |   94 +
 .../src/main/cpp/common/src/exports.cpp         |  413 ++++
 .../platform/src/main/cpp/common/src/java.cpp   | 2204 ++++++++++++++++++
 .../platform/PlatformAbstractTarget.java        |   34 +-
 .../platform/PlatformContextImpl.java           |  621 +++++
 .../processors/platform/PlatformException.java  |   71 -
 .../platform/PlatformExtendedException.java     |   39 -
 .../platform/PlatformNoCallbackException.java   |   50 -
 .../platform/cache/PlatformCache.java           |   44 +-
 .../cache/PlatformCacheEntryFilterImpl.java     |    5 +-
 .../cache/PlatformCacheEntryProcessor.java      |  220 --
 .../cache/PlatformCacheEntryProcessorImpl.java  |  220 ++
 .../PlatformCachePartialUpdateException.java    |   24 +-
 .../PlatformContinuousQueryRemoteFilter.java    |   20 +-
 .../cluster/PlatformClusterNodeFilter.java      |   79 -
 .../cluster/PlatformClusterNodeFilterImpl.java  |   78 +
 .../platform/compute/PlatformAbstractTask.java  |    1 +
 .../compute/PlatformNativeException.java        |   77 -
 .../datastreamer/PlatformDataStreamer.java      |    2 +-
 .../datastreamer/PlatformStreamReceiver.java    |  120 -
 .../PlatformStreamReceiverImpl.java             |  119 +
 .../platform/events/PlatformEventFilter.java    |  164 --
 .../events/PlatformEventFilterListenerImpl.java |  163 ++
 .../platform/events/PlatformEvents.java         |   15 +-
 .../messaging/PlatformMessageFilter.java        |  110 -
 .../messaging/PlatformMessageFilterImpl.java    |  110 +
 .../messaging/PlatformMessageLocalFilter.java   |    9 +-
 .../platform/messaging/PlatformMessaging.java   |    7 +-
 .../transactions/PlatformTransactions.java      |    2 +-
 .../platform/utils/PlatformFutureUtils.java     |   82 +-
 .../platform/utils/PlatformUtils.java           |    2 +-
 parent/pom.xml                                  |    6 +
 95 files changed, 8252 insertions(+), 1393 deletions(-)
----------------------------------------------------------------------