You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2010/03/01 23:54:05 UTC

[jira] Resolved: (DIRSERVER-1472) Use Generic Type Parameter for ID in XDBM instead of Long

     [ https://issues.apache.org/jira/browse/DIRSERVER-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann resolved DIRSERVER-1472.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.6

Fixed here: http://svn.apache.org/viewvc?rev=917312&view=rev


> 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
>             Fix For: 1.5.6
>
>
> Currently in XDBM a Long is used for the entry ID. I suggest to use a generic type parameter <ID> 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.