Searched refs:CheckPointCommand (Results 1 – 3 of 3) sorted by relevance
96 CheckPointCommand::Help(ret); in PrintHelp()
485 class CheckPointCommand : public LDBCommand {489 CheckPointCommand(const std::vector<std::string>& params,
254 } else if (parsed_params.cmd == CheckPointCommand::Name()) { in SelectCommand()255 return new CheckPointCommand(parsed_params.cmd_params, in SelectCommand()2867 const std::string CheckPointCommand::ARG_CHECKPOINT_DIR = "checkpoint_dir";2869 CheckPointCommand::CheckPointCommand( in CheckPointCommand() function in ROCKSDB_NAMESPACE::CheckPointCommand2881 void CheckPointCommand::Help(std::string& ret) { in Help()2883 ret.append(CheckPointCommand::Name()); in Help()2888 void CheckPointCommand::DoCommand() { in DoCommand()