You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2016/06/14 02:54:09 UTC

[4/4] ignite git commit: Merge branch 'gridgain-7.6.1' of https://github.com/gridgain/apache-ignite

Merge branch 'gridgain-7.6.1' of https://github.com/gridgain/apache-ignite


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

Branch: refs/heads/master
Commit: 442bd6190d38c9d3ab5c476775611fc78f5b2f43
Parents: 8e4fc4c fad73bf
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Tue Jun 14 09:45:24 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Jun 14 09:45:24 2016 +0700

----------------------------------------------------------------------
 .../GridClientConnectionManagerAdapter.java     |  25 ++-
 .../connection/GridClientNioTcpConnection.java  |   3 +
 .../GridClientOptimizedMarshaller.java          |   4 +-
 .../GridClientZipOptimizedMarshaller.java       | 167 +++++++++++++++++++
 .../impl/GridTcpRouterNioListenerAdapter.java   |  11 +-
 .../message/GridClientHandshakeRequest.java     |   4 +-
 .../protocols/tcp/GridTcpRestNioListener.java   |  19 ++-
 .../rest/protocols/tcp/GridTcpRestProtocol.java |  12 +-
 .../ignite/internal/util/nio/GridNioServer.java |  10 +-
 .../ignite/internal/visor/cache/VisorCache.java |  56 +------
 .../visor/cache/VisorCachePartition.java        |  89 ++++++++++
 .../visor/cache/VisorCachePartitions.java       |  88 ++++++++++
 .../visor/cache/VisorCachePartitionsTask.java   | 152 +++++++++++++++++
 .../internal/visor/cache/VisorCacheV3.java      |  68 +-------
 14 files changed, 569 insertions(+), 139 deletions(-)
----------------------------------------------------------------------