You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2011/01/11 15:28:46 UTC

[jira] Created: (JENA-26) Make Iter class documentation more prominent

Make Iter class documentation more prominent
--------------------------------------------

                 Key: JENA-26
                 URL: https://issues.apache.org/jira/browse/JENA-26
             Project: Jena
          Issue Type: Bug
          Components: Jena
            Reporter: Benson Margulies


The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JENA-26) Make Iter class documentation more prominent

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-26.
-----------------------------


> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: ARQ
>            Reporter: Benson Margulies
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JENA-26) Make Iter class documentation more prominent

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-26.
-------------------------------

    Resolution: Fixed

Added Atlas to the general javadoc.

When the whole Jena project is reorganised on moving into Apache, and any re-modularization of the code and build system, it might be possible to expose the general "jena commons" (AKA Atlas - but also code in c.h.h.jena.util).  That will need work in reorganization, documentation and support.

> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: ARQ
>            Reporter: Benson Margulies
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JENA-26) Make Iter class documentation more prominent

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990675#comment-12990675 ] 

Andy Seaborne commented on JENA-26:
-----------------------------------

Iterators can only be counted (in general) by reading them and that is destructive on the iterator.



> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: ARQ
>            Reporter: Benson Margulies
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JENA-26) Make Iter class documentation more prominent

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne updated JENA-26:
------------------------------

    Component/s:     (was: Jena)
                 ARQ
       Priority: Minor  (was: Major)
       Assignee: Andy Seaborne

> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: ARQ
>            Reporter: Benson Margulies
>            Assignee: Andy Seaborne
>            Priority: Minor
>
> The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JENA-26) Make Iter class documentation more prominent

Posted by "Andy Seaborne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980199#action_12980199 ] 

Andy Seaborne commented on JENA-26:
-----------------------------------

Better to use a library such as Guava.

http://guava-libraries.googlecode.com/svn/trunk/javadoc/index.html

Iter was the solution at the time.


> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Benson Margulies
>
> The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JENA-26) Make Iter class documentation more prominent

Posted by "Stephen Allen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987324#action_12987324 ] 

Stephen Allen commented on JENA-26:
-----------------------------------

There is no other way to find out the count of a find pattern in a standard way through Jena.  Some graph store implementations *might* be able to answer that question without iterating over all the results.  However, stores that retain this information typically do so for query optimization, therefore it would usually just be an estimate for costing purposes and not necessarily accurate.  And finally, even if there were a store that had an accurate answer there is no current way to expose that through the standard Graph interface, so retrieving it would be implementation specific.


> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Benson Margulies
>
> The Iter class has useful things in it but is currently obscure. Improve the javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.