Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AF601756D for ; Thu, 9 Apr 2015 16:52:11 +0000 (UTC) Received: (qmail 69854 invoked by uid 500); 9 Apr 2015 16:51:55 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 69824 invoked by uid 500); 9 Apr 2015 16:51:55 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 69776 invoked by uid 99); 9 Apr 2015 16:51:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 16:51:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Apr 2015 16:51:53 +0000 Received: (qmail 67725 invoked by uid 99); 9 Apr 2015 16:51:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 16:51:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78B15DFF97; Thu, 9 Apr 2015 16:51:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 09 Apr 2015 16:52:05 -0000 Message-Id: <8ea0d90ba90b4cbb8dc827f835402ba0@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-180' into ignite-sprint-3 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'remotes/origin/ignite-180' into ignite-sprint-3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/887c1a87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/887c1a87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/887c1a87 Branch: refs/heads/ignite-537 Commit: 887c1a8708bc5334ffb4dee3e1bf9d5f27ebdb3f Parents: 245f467 5720aed Author: ivasilinets Authored: Thu Apr 9 14:27:58 2015 +0300 Committer: ivasilinets Committed: Thu Apr 9 14:27:58 2015 +0300 ---------------------------------------------------------------------- .../datastructures/IgniteQueueExample.java | 28 +-- .../datastructures/IgniteSetExample.java | 30 +-- .../configuration/CacheConfiguration.java | 20 +- .../configuration/CollectionConfiguration.java | 114 +++++++++- .../processors/cache/GridCacheProcessor.java | 26 ++- .../CacheDataStructuresCacheKey.java | 62 ++++++ .../CacheDataStructuresConfigurationKey.java | 2 +- .../datastructures/DataStructuresProcessor.java | 222 +++++++++++++++++-- ...actQueueFailoverDataConsistencySelfTest.java | 4 +- .../GridCacheQueueApiSelfAbstractTest.java | 80 +++++++ .../GridCacheQueueCleanupSelfTest.java | 11 +- ...dCacheQueueMultiNodeConsistencySelfTest.java | 11 +- .../GridCacheSetAbstractSelfTest.java | 5 +- .../IgniteCollectionAbstractTest.java | 160 +++---------- .../IgniteDataStructureUniqueNameTest.java | 47 +--- .../GridCacheLocalAtomicOffheapSetSelfTest.java | 32 +++ .../GridCacheLocalAtomicQueueApiSelfTest.java | 6 + .../local/GridCacheLocalAtomicSetSelfTest.java | 6 + .../GridCacheLocalOffheapQueueApiSelfTest.java | 31 +++ .../local/GridCacheLocalQueueApiSelfTest.java | 6 + .../local/GridCacheLocalSetSelfTest.java | 6 + ...artitionedAtomicOffheapQueueApiSelfTest.java | 32 +++ ...omicOffheapQueueCreateMultiNodeSelfTest.java | 32 +++ ...onedAtomicOffheapQueueMultiNodeSelfTest.java | 32 +++ ...dCachePartitionedAtomicQueueApiSelfTest.java | 6 + ...ionedAtomicQueueCreateMultiNodeSelfTest.java | 6 + ...micQueueFailoverDataConsistencySelfTest.java | 6 + ...PartitionedAtomicQueueMultiNodeSelfTest.java | 6 + ...itionedAtomicQueueRotativeMultiNodeTest.java | 6 + ...chePartitionedAtomicSetFailoverSelfTest.java | 6 + ...rtitionedDataStructuresFailoverSelfTest.java | 6 + ...artitionedOffHeapValuesQueueApiSelfTest.java | 31 +++ ...achePartitionedOffHeapValuesSetSelfTest.java | 32 +++ ...edOffheapDataStructuresFailoverSelfTest.java | 34 +++ ...hePartitionedOffheapSetFailoverSelfTest.java | 32 +++ .../GridCachePartitionedQueueApiSelfTest.java | 6 + ...PartitionedQueueCreateMultiNodeSelfTest.java | 6 + ...dCachePartitionedQueueEntryMoveSelfTest.java | 10 +- ...nedQueueFailoverDataConsistencySelfTest.java | 6 + ...CachePartitionedQueueJoinedNodeSelfTest.java | 6 + ...dCachePartitionedQueueMultiNodeSelfTest.java | 6 + ...hePartitionedQueueRotativeMultiNodeTest.java | 6 + ...GridCachePartitionedSetFailoverSelfTest.java | 6 + .../GridCachePartitionedSetSelfTest.java | 6 + .../IgnitePartitionedSetNoBackupsSelfTest.java | 5 +- ...eplicatedDataStructuresFailoverSelfTest.java | 6 + .../GridCacheReplicatedQueueApiSelfTest.java | 11 + ...idCacheReplicatedQueueMultiNodeSelfTest.java | 6 + ...cheReplicatedQueueRotativeMultiNodeTest.java | 6 + .../GridCacheReplicatedSetSelfTest.java | 6 + .../IgniteCacheDataStructuresSelfTestSuite.java | 10 + 51 files changed, 1030 insertions(+), 254 deletions(-) ----------------------------------------------------------------------