Home
last modified time | relevance | path

Searched refs:RestoreCommand (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Dldb_tool.cc95 RestoreCommand::Help(ret); in PrintHelp()
Dldb_cmd_impl.h548 class RestoreCommand : public BackupableCommand {
551 RestoreCommand(const std::vector<std::string>& params,
Dldb_cmd.cc264 } else if (parsed_params.cmd == RestoreCommand::Name()) { in SelectCommand()
265 return new RestoreCommand(parsed_params.cmd_params, in SelectCommand()
3028 RestoreCommand::RestoreCommand( in RestoreCommand() function in ROCKSDB_NAMESPACE::RestoreCommand
3034 void RestoreCommand::Help(std::string& ret) { in Help()
3038 void RestoreCommand::DoCommand() { in DoCommand()