You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2006/02/14 20:03:36 UTC

[jira] Created: (JCR-317) replace UUID strings by UUID classes in NodeId, etc..

replace UUID strings by UUID classes in NodeId, etc..
-----------------------------------------------------

         Key: JCR-317
         URL: http://issues.apache.org/jira/browse/JCR-317
     Project: Jackrabbit
        Type: Improvement
    Versions: 0.9    
 Environment: r376692
    Reporter: Tobias Bocanegra
 Assigned to: Tobias Bocanegra 
     Fix For: 1.0


Currently the UUIDs of the nodes are stored as Strings in the ItemIds and ItemStates and cause alot of overhead throughout jackrabbit. they should be replaced by a fast implementation of a UUID class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (JCR-317) replace UUID strings by UUID classes in NodeId, etc..

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-317?page=all ]
     
Tobias Bocanegra closed JCR-317:
--------------------------------


> replace UUID strings by UUID classes in NodeId, etc..
> -----------------------------------------------------
>
>          Key: JCR-317
>          URL: http://issues.apache.org/jira/browse/JCR-317
>      Project: Jackrabbit
>         Type: Improvement
>     Versions: 0.9
>  Environment: r376692
>     Reporter: Tobias Bocanegra
>     Assignee: Tobias Bocanegra
>      Fix For: 1.0

>
> Currently the UUIDs of the nodes are stored as Strings in the ItemIds and ItemStates and cause alot of overhead throughout jackrabbit. they should be replaced by a fast implementation of a UUID class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-317) replace UUID strings by UUID classes in NodeId, etc..

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-317?page=comments#action_12366619 ] 

Tobias Bocanegra commented on JCR-317:
--------------------------------------

- replaced all usages of 'String uuid' by 'NodeId'
- replaced the uuids in the child node entries by NodeId
- replaced parentUUID of the item state by 'NodeId'
- contructors of the ItemState now take ItemIds
- added NodeState.getNodeId()
- added PropertyState.getPropertyId()


> replace UUID strings by UUID classes in NodeId, etc..
> -----------------------------------------------------
>
>          Key: JCR-317
>          URL: http://issues.apache.org/jira/browse/JCR-317
>      Project: Jackrabbit
>         Type: Improvement
>     Versions: 0.9
>  Environment: r376692
>     Reporter: Tobias Bocanegra
>     Assignee: Tobias Bocanegra
>      Fix For: 1.0

>
> Currently the UUIDs of the nodes are stored as Strings in the ItemIds and ItemStates and cause alot of overhead throughout jackrabbit. they should be replaced by a fast implementation of a UUID class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (JCR-317) replace UUID strings by UUID classes in NodeId, etc..

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-317?page=all ]
     
Tobias Bocanegra resolved JCR-317:
----------------------------------

    Resolution: Fixed

fixed in revision 378221

> replace UUID strings by UUID classes in NodeId, etc..
> -----------------------------------------------------
>
>          Key: JCR-317
>          URL: http://issues.apache.org/jira/browse/JCR-317
>      Project: Jackrabbit
>         Type: Improvement
>     Versions: 0.9
>  Environment: r376692
>     Reporter: Tobias Bocanegra
>     Assignee: Tobias Bocanegra
>      Fix For: 1.0

>
> Currently the UUIDs of the nodes are stored as Strings in the ItemIds and ItemStates and cause alot of overhead throughout jackrabbit. they should be replaced by a fast implementation of a UUID class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira