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 2017/03/02 07:51:44 UTC

[3/3] ignite git commit: Merge branch 'ignite-db-x' of https://github.com/gridgain/apache-ignite into ignite-db-x

Merge branch 'ignite-db-x' of https://github.com/gridgain/apache-ignite into ignite-db-x


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c6df0603
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c6df0603
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c6df0603

Branch: refs/heads/ignite-3477
Commit: c6df060303b667562d65516f25840f0503a7cafe
Parents: c4490dd fa3eab3
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Thu Mar 2 10:49:17 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Thu Mar 2 10:49:17 2017 +0300

----------------------------------------------------------------------
 .../store/jdbc/CacheAbstractJdbcStore.java      | 15 ++++++---
 .../cache/IgniteCacheOffheapManagerImpl.java    | 33 +++++++++++++++++++-
 .../cache/database/tree/BPlusTree.java          | 18 +++++++++++
 .../cache/database/tree/io/BPlusIO.java         |  9 ++++++
 .../processors/query/h2/opt/GridH2Table.java    |  4 +--
 5 files changed, 72 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c6df0603/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/ignite/blob/c6df0603/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/BPlusTree.java
----------------------------------------------------------------------