Merge remote-tracking branch 'remotes/origin/master' into ignite-2407
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/31fabb14 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/31fabb14 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/31fabb14 Branch: refs/heads/ignite-2407 Commit: 31fabb14e27503f50a67afe71ad488cf76a6155c Parents: 04ef85c d1e2957 Author: sboikov <[email protected]> Authored: Thu Feb 4 09:33:50 2016 +0300 Committer: sboikov <[email protected]> Committed: Thu Feb 4 09:33:50 2016 +0300 ---------------------------------------------------------------------- .../org/apache/ignite/cache/CacheEntry.java | 9 +- .../processors/cache/GridCacheAdapter.java | 100 +++++++++- .../continuous/CacheContinuousQueryHandler.java | 9 + ...ntinuousQueryPartitionAtomicOneNodeTest.java | 37 ++++ ...heContinuousQueryPartitionTxOneNodeTest.java | 37 ++++ ...tinuousQueryReplicatedAtomicOneNodeTest.java | 31 +++ ...ontinuousQueryReplicatedOneNodeSelfTest.java | 120 ------------ ...eContinuousQueryReplicatedTxOneNodeTest.java | 193 +++++++++++++++++++ .../IgniteCacheQuerySelfTestSuite.java | 10 +- .../org/apache/ignite/spark/IgniteContext.scala | 11 +- 10 files changed, 425 insertions(+), 132 deletions(-) ----------------------------------------------------------------------
