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/05/26 20:00:51 UTC

[jira] Closed: (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 closed DIRSERVER-1472.
--------------------------------------


> 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.