Merge remote-tracking branch 'remotes/origin/ignite-sprint-5' into ignite-709_2
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/619a644f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/619a644f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/619a644f Branch: refs/heads/ignite-709_2 Commit: 619a644f73449a1385825f437f56e819e46b00aa Parents: f9f7662 5f8f6f4 Author: sevdokimov <sevdoki...@gridgain.com> Authored: Tue May 5 16:43:56 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Tue May 5 16:43:56 2015 +0300 ---------------------------------------------------------------------- .../streaming/wordcount/CacheConfig.java | 5 - .../config/grid-client-config.properties | 50 +- .../ClientPropertiesConfigurationSelfTest.java | 12 +- .../java/org/apache/ignite/IgniteCache.java | 5 + .../org/apache/ignite/IgniteJdbcDriver.java | 81 ++- .../ignite/compute/ComputeTaskAdapter.java | 14 +- .../client/GridClientConfiguration.java | 2 +- .../processors/cache/GridCacheAdapter.java | 503 +++++++++---------- .../processors/cache/GridCacheProcessor.java | 109 ++-- .../apache/ignite/lang/IgniteAsyncSupport.java | 4 +- .../cache/GridCacheSwapReloadSelfTest.java | 20 +- .../cache/IgniteCachePeekModesAbstractTest.java | 15 +- .../dht/GridCacheDhtPreloadSelfTest.java | 2 +- ...idFileSwapSpaceSpiMultithreadedLoadTest.java | 4 +- .../cache/GridCacheOffHeapAndSwapSelfTest.java | 11 +- .../cache/GridCacheOffHeapSelfTest.java | 11 +- pom.xml | 39 +- 17 files changed, 438 insertions(+), 449 deletions(-) ----------------------------------------------------------------------