Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 11773 invoked from network); 1 Mar 2010 07:11:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 07:11:08 -0000 Received: (qmail 1499 invoked by uid 500); 28 Feb 2010 12:24:27 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 1384 invoked by uid 500); 28 Feb 2010 12:24:26 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 1374 invoked by uid 99); 28 Feb 2010 12:24:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 12:24:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 12:24:25 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BCAA9234C4AC for ; Sun, 28 Feb 2010 12:24:05 +0000 (UTC) Message-ID: <934806960.19541267359845771.JavaMail.jira@brutus.apache.org> Date: Sun, 28 Feb 2010 12:24:05 +0000 (UTC) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1472) Use Generic Type Parameter for ID in XDBM instead of Long MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Use Generic Type Parameter for ID in XDBM instead of Long --------------------------------------------------------- Key: DIRSERVER-1472 URL: https://issues.apache.org/jira/browse/DIRSERVER-1472 Project: Directory ApacheDS Issue Type: Improvement Components: core Reporter: Stefan Seelmann Assignee: Stefan Seelmann Currently in XDBM a Long is used for the entry ID. I suggest to use a generic type parameter instead. Background is that different partition implementations could use different IDs. My concrete requirement is that I want to use UUID (entryUUID) for the HBase partition I'm experimenting with. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.