You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/01/12 13:23:12 UTC

[2/2] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-gg-11810' into ignite-gg-11810-1

Merge remote-tracking branch 'remotes/origin/ignite-gg-11810' into ignite-gg-11810-1


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

Branch: refs/heads/ignite-gg-11810-1
Commit: 3202edde48a884deb0719b66e995ba63fdcba534
Parents: acaccb3 33616e0
Author: sboikov <sb...@gridgain.com>
Authored: Thu Jan 12 16:23:03 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Jan 12 16:23:03 2017 +0300

----------------------------------------------------------------------
 .../cache/IgniteCacheOffheapManagerImpl.java    | 234 ++++++++++++++-----
 .../processors/cache/database/CacheDataRow.java |  13 +-
 .../cache/database/CacheDataRowAdapter.java     |  77 +-----
 .../cache/database/CacheSearchRow.java          |  40 ++++
 .../database/FreeListImplSelfTest.java          |   5 +
 .../processors/query/h2/opt/GridH2Row.java      |   5 +
 6 files changed, 230 insertions(+), 144 deletions(-)
----------------------------------------------------------------------


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