Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF07910B90 for ; Tue, 17 Feb 2015 15:00:46 +0000 (UTC) Received: (qmail 45505 invoked by uid 500); 17 Feb 2015 14:58:35 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 45484 invoked by uid 500); 17 Feb 2015 14:58:35 -0000 Mailing-List: contact dev-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 dev@ignite.incubator.apache.org Received: (qmail 45473 invoked by uid 99); 17 Feb 2015 14:58:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 14:58:35 +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; Tue, 17 Feb 2015 14:58:33 +0000 Received: (qmail 44343 invoked by uid 99); 17 Feb 2015 14:58:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 14:58:11 +0000 Date: Tue, 17 Feb 2015 14:58:11 +0000 (UTC) From: "Sergey Evdokimov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-288) Refactor grid cache entry extras MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Sergey Evdokimov created IGNITE-288: --------------------------------------- Summary: Refactor grid cache entry extras Key: IGNITE-288 URL: https://issues.apache.org/jira/browse/IGNITE-288 Project: Ignite Issue Type: Task Reporter: Sergey Evdokimov Assignee: Sergey Evdokimov I think all our extras classes can be replaced with a single class having int and array. int will contain 8 of 4bits blocks describing what is stored in each array element. example (each digit is 4bits block turned to decimal): 0000 0001 - ttl and mvcc at index 0 0000 0031 - readers at index 1, ttl and mvcc at index 0 This way we can move: rmts from distributed cache entry readers from dht cache entry -- This message was sent by Atlassian JIRA (v6.3.4#6332)