Home | History | Annotate | Download | only in db

Lines Matching refs:Reader

20 class Reader {
32 // Create a reader that will return log records from "*file".
33 // "*file" must remain live while this Reader is in use.
37 // live while this Reader is in use.
41 // The Reader will start reading at the first record located at physical
43 Reader(SequentialFile* file, Reporter* reporter, bool checksum,
46 ~Reader();
52 // reader or the next mutation to *scratch.
101 Reader(const Reader&);
102 void operator=(const Reader&);