This module makes it possible to read internally formatted
wrap disk logs, see
A wrap disk log file consists of many files, called index files. A log file can be opened and closed. Also, a single index file can be opened separately. If a non-existent or non-internally formatted file is opened, an error message is returned. If the file is corrupt, no attempt is made to repair it, but an error message is returned.
If a log is configured to be distributed, it is possible that all items
are not logged on all nodes.
Continuation returned by
Enables to efficiently read the terms that are appended to a log. Minimises disk I/O by reading 64 kilobyte chunks from the file.
The first time
When
Returns a tuple
Returns a tuple
Returns
The returned continuation either is or is not valid in the next call to this function. This is because the log can wrap and delete the file into which the continuation points. To ensure this does not occur, the log can be blocked during the search.
Closes a log file properly.
Returns
Returns
This version of