[Bug 2021] New: Evolve storage cursor API

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Sep 26 16:48:23 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2021

            Bug ID: 2021
           Summary: Evolve storage cursor API
           Product: Thermostat
           Version: hg
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Thermostat
          Assignee: unassigned at icedtea.classpath.org
          Reporter: sgehwolf at redhat.com
                CC: thermostat at icedtea.classpath.org

The current Cursor[1] storage API is insufficient. There is currently no way to
use the current Cursor API and fetch results in a reasonable way. It's
currently all-or-nothing (or at least implementation dependent). We should at
least add the following API in order to be able to limit result sets and be
able to skip over values:

Cursor.limit(int);
Cursor.skip(int);

Preferably also add:

Cursor.setBatchSize(int);

[1]
http://icedtea.classpath.org/thermostat/docs/1.0/javadocs/com/redhat/thermostat/storage/core/Cursor.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140926/01e7b731/attachment.html>


More information about the distro-pkg-dev mailing list