Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dldb_tool.cc69 BatchPutCommand::Help(ret); in PrintHelp()
Dldb_cmd_impl.h353 class BatchPutCommand : public LDBCommand {
357 BatchPutCommand(const std::vector<std::string>& params,
Dldb_cmd.cc183 } 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::BatchPutCommand
2437 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()