Searched refs:BatchPutCommand (Results 1 – 3 of 3) sorted by relevance
69 BatchPutCommand::Help(ret); in PrintHelp()
353 class BatchPutCommand : public LDBCommand {357 BatchPutCommand(const std::vector<std::string>& params,
183 } else if (parsed_params.cmd == BatchPutCommand::Name()) { in SelectCommand()184 return new BatchPutCommand(parsed_params.cmd_params, in SelectCommand()2412 BatchPutCommand::BatchPutCommand( in BatchPutCommand() function in ROCKSDB_NAMESPACE::BatchPutCommand2437 void BatchPutCommand::Help(std::string& ret) { in Help()2439 ret.append(BatchPutCommand::Name()); in Help()2445 void BatchPutCommand::DoCommand() { in DoCommand()2465 Options BatchPutCommand::PrepareOptionsForOpenDB() { in PrepareOptionsForOpenDB()