[ 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
