Skip to content

SmallRecordsDataStore

laforge49 edited this page Oct 9, 2011 · 21 revisions

SmallRecordsDataStore is a collection of records whose keys are strings. Record is a subclass of IncDesIncDes with the addition of a persistent (Long) timestamp, where the timestamp is the timestamp of the last transaction which created the record or updated its content.

SmallRecordsDataStore supports some of the operations which were supported by the SmallDataStore:

  • GetRequest returns the content selected by an absolute pathname.
  • SizeRequest returns the size of a collection selected by an absolute pathname.

Clone this wiki locally