Merge branch 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-cleanup-bin
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e4afa035 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e4afa035 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e4afa035 Branch: refs/heads/ignite-sql-tests Commit: e4afa03514d6328af9eaf15da65b449fea967e08 Parents: 7e80610 cf6677b Author: AKuznetsov <akuznet...@gridgain.com> Authored: Fri Mar 13 22:50:51 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Fri Mar 13 22:50:51 2015 +0700 ---------------------------------------------------------------------- .../java/org/apache/ignite/IgniteCache.java | 55 +++++- .../processors/cache/CacheProjection.java | 60 ++++++ .../processors/cache/GridCacheAdapter.java | 173 +++++++++++++--- .../cache/GridCacheProjectionImpl.java | 25 +++ .../processors/cache/GridCacheProxyImpl.java | 60 ++++++ .../processors/cache/IgniteCacheProxy.java | 61 ++++++ .../cache/GridCacheAbstractFullApiSelfTest.java | 195 +++++++++++++++++++ 7 files changed, 602 insertions(+), 27 deletions(-) ----------------------------------------------------------------------