Ticket #15 (closed enhancement: fixed)
API to get data from multiple versions in one call.
| Reported by: | bruno | Owned by: | evert |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2 |
| Component: | Repository | Version: | |
| Keywords: | Cc: | lily-developers@… |
Description
For the purpose of displaying e.g. a screen with the list of versions of a record, it would be useful if there was an API call which is able to return the data from multiple versions.
e.g.
List<Record> readVersion(RecordId, int from, int to, fields...);
Since all this data is stored in one HBase row, it does not make sense to do this using some concurrent-get technique.
Change History
Note: See
TracTickets for help on using
tickets.