Merge branch 'master' into ignite-2541
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f60f282d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f60f282d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f60f282d Branch: refs/heads/ignite-2541 Commit: f60f282d2e7fa9e5d1931f6f1b493d432ae87fb1 Parents: 5352c47 d1e2957 Author: vozerov-gridgain <[email protected]> Authored: Thu Feb 4 09:19:36 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Feb 4 09:19:36 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(-) ----------------------------------------------------------------------
