Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dldb_cmd.cc271 } else if (parsed_params.cmd == IngestExternalSstFilesCommand::Name()) { in SelectCommand()
272 return new IngestExternalSstFilesCommand(parsed_params.cmd_params, in SelectCommand()
3268 const std::string IngestExternalSstFilesCommand::ARG_SNAPSHOT_CONSISTENCY =
3270 const std::string IngestExternalSstFilesCommand::ARG_ALLOW_GLOBAL_SEQNO =
3274 const std::string IngestExternalSstFilesCommand::ARG_INGEST_BEHIND =
3276 const std::string IngestExternalSstFilesCommand::ARG_WRITE_GLOBAL_SEQNO =
3279 void IngestExternalSstFilesCommand::Help(std::string& ret) { in Help()
3281 ret.append(IngestExternalSstFilesCommand::Name()); in Help()
3292 IngestExternalSstFilesCommand::IngestExternalSstFilesCommand( in IngestExternalSstFilesCommand() function in ROCKSDB_NAMESPACE::IngestExternalSstFilesCommand
3350 void IngestExternalSstFilesCommand::DoCommand() { in DoCommand()
[all …]
Dldb_tool.cc98 IngestExternalSstFilesCommand::Help(ret); in PrintHelp()
Dldb_cmd_impl.h579 class IngestExternalSstFilesCommand : public LDBCommand {
582 IngestExternalSstFilesCommand(