Return-Path: Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: (qmail 15739 invoked from network); 27 Jan 2011 01:08:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jan 2011 01:08:05 -0000 Received: (qmail 3886 invoked by uid 500); 27 Jan 2011 01:08:05 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 3558 invoked by uid 500); 27 Jan 2011 01:08:04 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 3545 invoked by uid 99); 27 Jan 2011 01:08:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 01:08:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jan 2011 01:08:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0R17hhc016591 for ; Thu, 27 Jan 2011 01:07:43 GMT Message-ID: <2195370.229531296090463870.JavaMail.jira@thor> Date: Wed, 26 Jan 2011 20:07:43 -0500 (EST) From: "Stephen Allen (JIRA)" To: jena-dev@incubator.apache.org Subject: [jira] Commented: (JENA-26) Make Iter class documentation more prominent In-Reply-To: <1828917.282561294756126014.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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.