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 2015/08/31 16:11:02 UTC

[09/18] ignite git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/ignite-843
Commit: 4b367392f5ef80aa46940562658896455f45af07
Parents: a95c862 845fb12
Author: Anton Vinogradov <av...@apache.org>
Authored: Mon Aug 31 13:03:15 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Mon Aug 31 13:03:15 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheIoManager.java    |   6 +-
 .../platform/PlatformNoopProcessor.java         |   5 +
 .../processors/platform/PlatformProcessor.java  |   7 +
 .../processors/platform/PlatformTarget.java     |  28 ++--
 .../platform/PlatformAbstractTarget.java        |  80 +++++++----
 .../platform/cache/PlatformCache.java           | 135 ++++++++++---------
 .../platform/cache/PlatformCacheIterator.java   |   4 +-
 .../cache/affinity/PlatformAffinity.java        |  10 +-
 .../query/PlatformAbstractQueryCursor.java      |   4 +-
 .../platform/cluster/PlatformClusterGroup.java  |  21 +--
 .../platform/compute/PlatformCompute.java       |  11 +-
 .../datastreamer/PlatformDataStreamer.java      |   4 +-
 .../platform/events/PlatformEvents.java         |  20 +--
 .../platform/messaging/PlatformMessaging.java   |  11 +-
 .../platform/services/PlatformServices.java     |  33 +++--
 .../transactions/PlatformTransactions.java      |   4 +-
 16 files changed, 223 insertions(+), 160 deletions(-)
----------------------------------------------------------------------