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

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12839659#action_12839659 ] 

Alex Karasulu commented on DIRSERVER-1472:
------------------------------------------

I agree fully with this maneuver. It was the next step at using global identifiers that work outside of the partition.  Makes sense as something that will be needed for a distributed partition backed by HBase.

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