Searched refs:WALDumperCommand (Results 1 – 3 of 3) sorted by relevance
205 } else if (parsed_params.cmd == WALDumperCommand::Name()) { in SelectCommand()206 return new WALDumperCommand(parsed_params.cmd_params, in SelectCommand()2262 const std::string WALDumperCommand::ARG_WAL_FILE = "walfile";2263 const std::string WALDumperCommand::ARG_WRITE_COMMITTED = "write_committed";2264 const std::string WALDumperCommand::ARG_PRINT_VALUE = "print_value";2265 const std::string WALDumperCommand::ARG_PRINT_HEADER = "header";2267 WALDumperCommand::WALDumperCommand( in WALDumperCommand() function in ROCKSDB_NAMESPACE::WALDumperCommand2296 void WALDumperCommand::Help(std::string& ret) { in Help()2298 ret.append(WALDumperCommand::Name()); in Help()2306 void WALDumperCommand::DoCommand() { in DoCommand()
80 WALDumperCommand::Help(ret); in PrintHelp()
295 class WALDumperCommand : public LDBCommand {299 WALDumperCommand(const std::vector<std::string>& params,