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 9694D17AEF for ; Wed, 8 Apr 2015 06:23:31 +0000 (UTC) Received: (qmail 39383 invoked by uid 500); 8 Apr 2015 06:23:31 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 39356 invoked by uid 500); 8 Apr 2015 06:23:31 -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 39347 invoked by uid 99); 8 Apr 2015 06:23:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 06:23:31 +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; Wed, 08 Apr 2015 06:23:09 +0000 Received: (qmail 38332 invoked by uid 99); 8 Apr 2015 06:23:06 -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; Wed, 08 Apr 2015 06:23:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A03ADE18DE; Wed, 8 Apr 2015 06:23:06 +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: Wed, 08 Apr 2015 06:23:09 -0000 Message-Id: In-Reply-To: <6e1efef5da394c5c92a5df7c02ed1833@git.apache.org> References: <6e1efef5da394c5c92a5df7c02ed1833@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/22] incubator-ignite git commit: Merge branch 'ignite-sprint-3' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-477 X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'ignite-sprint-3' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-477 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/dc8c4a95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/dc8c4a95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/dc8c4a95 Branch: refs/heads/ignite-680 Commit: dc8c4a955ab501b3ee2f486202f268933ff71712 Parents: 5ec2af0 8242c15 Author: Alexey Goncharuk Authored: Mon Apr 6 11:53:30 2015 -0700 Committer: Alexey Goncharuk Committed: Mon Apr 6 11:53:30 2015 -0700 ---------------------------------------------------------------------- .../cache/eviction/fifo/FifoEvictionPolicy.java | 58 ++- .../eviction/fifo/FifoEvictionPolicyMBean.java | 16 + .../eviction/GridCacheEvictionAbstractTest.java | 5 +- ...ridCacheFifoBatchEvictionPolicySelfTest.java | 385 +++++++++++++++++++ 4 files changed, 454 insertions(+), 10 deletions(-) ----------------------------------------------------------------------