Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The DOMSReadableStorage publishes the following methods:getRecordsModifiedAfter

Code Block

...

titlePublic Methods in DOMSReadableStorage objects
long getModificationTime(String summaBaseID) throws IOException

long getRecordsModifiedAfter(long timeStamp, String summaBaseID, QueryOptions options) throws IOException

List<Record> next(long iteratorKey, int maxRecords) throws IOException, IllegalArgumentException, NoSuchElementException

Record next(long iteratorKey) throws IOException, IllegalArgumentException, NoSuchElementException

Record getRecord(String summaRecordID, QueryOptions options) throws IOException, IllegalArgumentException

List<Record> getRecords(List<String> summaRecordIDs, QueryOptions options) throws IOException, IllegalArgumentException

Quoting the SUMMA Storage Architecture description:

...