Searched refs:DBDumperCommand (Results 1 – 3 of 3) sorted by relevance
216 } else if (parsed_params.cmd == DBDumperCommand::Name()) { in SelectCommand()217 return new DBDumperCommand(parsed_params.cmd_params, in SelectCommand()1525 const std::string DBDumperCommand::ARG_COUNT_ONLY = "count_only";1526 const std::string DBDumperCommand::ARG_COUNT_DELIM = "count_delim";1527 const std::string DBDumperCommand::ARG_STATS = "stats";1528 const std::string DBDumperCommand::ARG_TTL_BUCKET = "bucket";1530 DBDumperCommand::DBDumperCommand( in DBDumperCommand() function in ROCKSDB_NAMESPACE::DBDumperCommand1605 void DBDumperCommand::Help(std::string& ret) { in Help()1607 ret.append(DBDumperCommand::Name()); in Help()1633 void DBDumperCommand::DoCommand() { in DoCommand()[all …]
84 DBDumperCommand::Help(ret); in PrintHelp()
49 class DBDumperCommand : public LDBCommand {53 DBDumperCommand(const std::vector<std::string>& params,