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/04/20 12:22:31 UTC

[5/5] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-2.0' into ignite-1794

Merge remote-tracking branch 'remotes/origin/ignite-2.0' into ignite-1794


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

Branch: refs/heads/ignite-1794
Commit: 45c38beceaa978f163f2b3b861fb7a556ed64b76
Parents: 09e34270 2334160
Author: sboikov <sb...@gridgain.com>
Authored: Thu Apr 20 15:22:08 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Apr 20 15:22:08 2017 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/IgniteFileSystem.java     |   4 +-
 .../igfs/secondary/IgfsSecondaryFileSystem.java |   4 +-
 .../local/LocalIgfsSecondaryFileSystem.java     |   2 +-
 .../processors/cache/GridCacheAdapter.java      |   4 +-
 .../processors/cache/GridCacheUtils.java        | 117 ++--
 .../datastructures/DataStructuresProcessor.java |  61 +-
 .../datastructures/GridCacheAtomicLongImpl.java | 626 +++++++++++--------
 .../GridCacheAtomicReferenceImpl.java           | 276 ++++----
 .../GridCacheAtomicSequenceImpl.java            |  88 +--
 .../GridCacheAtomicStampedImpl.java             | 293 ++++-----
 .../GridCacheCountDownLatchImpl.java            |  56 +-
 .../datastructures/GridCacheLockImpl.java       |  80 +--
 .../datastructures/GridCacheQueueProxy.java     | 292 +--------
 .../datastructures/GridCacheSemaphoreImpl.java  |  56 +-
 .../datastructures/GridCacheSetProxy.java       | 152 +----
 .../GridTransactionalCacheQueueImpl.java        |   8 +-
 .../internal/processors/igfs/IgfsAsyncImpl.java |   4 +-
 .../internal/processors/igfs/IgfsImpl.java      |   6 +-
 .../processors/igfs/IgfsIpcHandler.java         |   2 +-
 .../processors/igfs/IgfsMetaManager.java        |   6 +-
 .../igfs/IgfsSecondaryFileSystemImpl.java       |   4 +-
 .../igfs/client/IgfsClientSetTimesCallable.java |   2 +-
 ...faultIgfsSecondaryFileSystemTestAdapter.java |   2 +-
 .../processors/igfs/IgfsAbstractSelfTest.java   |  17 +-
 .../igfs/IgfsDualAbstractSelfTest.java          |   6 +-
 ...IgfsLocalSecondaryFileSystemTestAdapter.java |   2 +-
 .../internal/processors/igfs/IgfsMock.java      |   2 +-
 ...gfsSecondaryFileSystemInjectionSelfTest.java |   2 +-
 .../IgfsSecondaryFileSystemTestAdapter.java     |   2 +-
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.java |   4 +-
 ...doopIgfsSecondaryFileSystemDelegateImpl.java |   2 +-
 .../hadoop/impl/igfs/HadoopIgfsInProc.java      |   2 +-
 ...adoopIgfsSecondaryFileSystemTestAdapter.java |   2 +-
 33 files changed, 850 insertions(+), 1336 deletions(-)
----------------------------------------------------------------------