Searched refs:ARG_OLD_COMPACTION_STYLE (Results 1 – 2 of 2) sorted by relevance
1949 const std::string ChangeCompactionStyleCommand::ARG_OLD_COMPACTION_STYLE = member in ROCKSDB_NAMESPACE::ChangeCompactionStyleCommand1960 {ARG_OLD_COMPACTION_STYLE, ARG_NEW_COMPACTION_STYLE})), in ChangeCompactionStyleCommand()1963 ParseIntOption(option_map_, ARG_OLD_COMPACTION_STYLE, old_compaction_style_,1968 "Use --" + ARG_OLD_COMPACTION_STYLE + " to specify old compaction " +2002 ret.append(" --" + ARG_OLD_COMPACTION_STYLE + "=<Old compaction style: 0 " + in Help()
291 static const std::string ARG_OLD_COMPACTION_STYLE; variable