You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/05/19 13:09:14 UTC

[jira] [Created] (OAK-4380) DocumentNodeState should override getPropertyCount

Chetan Mehrotra created OAK-4380:
------------------------------------

             Summary: DocumentNodeState should override getPropertyCount 
                 Key: OAK-4380
                 URL: https://issues.apache.org/jira/browse/OAK-4380
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: documentmk
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
            Priority: Minor
             Fix For: 1.6


{{DocumentNodeState}} currently does not override the {{getPropertyCount}} method from {{AbstractNodeState}}. The default implementation is unoptimized (counts via iteration). 

Instead of that an optimized implementation can be provided as it already has all properties as a map loaded



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)