|
Squid Web Cache master
|
swap.state v2 log parser More...
Public Member Functions | |
| UFSSwapLogParser_v2 (FILE *fp) | |
| bool | ReadRecord (StoreSwapLogData &swapData) override |
| int | SwapLogEntries () |
| void | Close () |
Static Public Member Functions | |
| static UFSSwapLogParser * | GetUFSSwapLogParser (FILE *fp) |
Public Attributes | |
| FILE * | log |
| int | log_entries |
| int | record_size |
Definition at line 68 of file UFSSwapLogParser.cc.
|
inline |
Definition at line 71 of file UFSSwapLogParser.cc.
References Fs::Ufs::UFSSwapLogParser::record_size.
|
inlineinherited |
Definition at line 34 of file UFSSwapLogParser.h.
References Fs::Ufs::UFSSwapLogParser::log.
|
staticinherited |
Definition at line 81 of file UFSSwapLogParser.cc.
References assert, DBG_IMPORTANT, debugs, StoreSwapLogHeader::op, StoreSwapLogHeader::record_size, StoreSwapLogHeader::sane(), SWAP_LOG_VERSION, and StoreSwapLogHeader::version.
Referenced by Fs::Ufs::RebuildState::RebuildState().
|
inlineoverridevirtual |
Implements Fs::Ufs::UFSSwapLogParser.
Definition at line 74 of file UFSSwapLogParser.cc.
References assert, and Fs::Ufs::UFSSwapLogParser::log.
|
inherited |
Definition at line 129 of file UFSSwapLogParser.cc.
References log().
|
inherited |
Definition at line 22 of file UFSSwapLogParser.h.
Referenced by Fs::Ufs::UFSSwapLogParser::Close(), UFSSwapLogParser_v1_32bs::ReadRecord(), and ReadRecord().
|
inherited |
Definition at line 23 of file UFSSwapLogParser.h.
|
inherited |
Definition at line 24 of file UFSSwapLogParser.h.
Referenced by UFSSwapLogParser_v1_32bs::UFSSwapLogParser_v1_32bs(), and UFSSwapLogParser_v2().