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:00 UTC

[07/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/845fb12b
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/845fb12b
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/845fb12b

Branch: refs/heads/ignite-843
Commit: 845fb12b303fa1b3f378ab0a58456165fbd5b575
Parents: 8a742a2 a457ab1
Author: sboikov <sb...@gridgain.com>
Authored: Mon Aug 31 12:13:38 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Mon Aug 31 12:13:38 2015 +0300

----------------------------------------------------------------------
 .../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 +-
 15 files changed, 218 insertions(+), 159 deletions(-)
----------------------------------------------------------------------