You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2015/09/17 07:54:45 UTC

[jira] [Created] (GORA-444) Add #size() to Result API

Lewis John McGibbney created GORA-444:
-----------------------------------------

             Summary: Add #size() to Result API
                 Key: GORA-444
                 URL: https://issues.apache.org/jira/browse/GORA-444
             Project: Apache Gora
          Issue Type: New Feature
          Components: gora-core
            Reporter: Lewis John McGibbney
            Priority: Minor
             Fix For: 0.7


Right now we iterate through results by doing 
{code}
while (results.next()) {
   ...
}
{code}
It is a pain to always require a counter of sorts and would be much more intuitive to provide a simple #size() method.



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