Lines Matching refs:rocksdb_prefix
196 static const std::string rocksdb_prefix = "rocksdb."; variable
263 rocksdb_prefix + num_files_at_level_prefix;
265 rocksdb_prefix + compression_ratio_at_level_prefix;
266 const std::string DB::Properties::kStats = rocksdb_prefix + allstats;
267 const std::string DB::Properties::kSSTables = rocksdb_prefix + sstables;
268 const std::string DB::Properties::kCFStats = rocksdb_prefix + cfstats;
270 rocksdb_prefix + cfstats_no_file_histogram;
272 rocksdb_prefix + cf_file_histogram;
273 const std::string DB::Properties::kDBStats = rocksdb_prefix + dbstats;
274 const std::string DB::Properties::kLevelStats = rocksdb_prefix + levelstats;
276 rocksdb_prefix + num_immutable_mem_table;
278 rocksdb_prefix + num_immutable_mem_table_flushed;
280 rocksdb_prefix + mem_table_flush_pending;
282 rocksdb_prefix + compaction_pending;
284 rocksdb_prefix + num_running_compactions;
286 rocksdb_prefix + num_running_flushes;
288 rocksdb_prefix + background_errors;
290 rocksdb_prefix + cur_size_active_mem_table;
292 rocksdb_prefix + cur_size_all_mem_tables;
294 rocksdb_prefix + size_all_mem_tables;
296 rocksdb_prefix + num_entries_active_mem_table;
298 rocksdb_prefix + num_entries_imm_mem_tables;
300 rocksdb_prefix + num_deletes_active_mem_table;
302 rocksdb_prefix + num_deletes_imm_mem_tables;
304 rocksdb_prefix + estimate_num_keys;
306 rocksdb_prefix + estimate_table_readers_mem;
308 rocksdb_prefix + is_file_deletions_enabled;
310 rocksdb_prefix + num_snapshots;
312 rocksdb_prefix + oldest_snapshot_time;
314 rocksdb_prefix + oldest_snapshot_sequence;
316 rocksdb_prefix + num_live_versions;
318 rocksdb_prefix + current_version_number;
320 rocksdb_prefix + estimate_live_data_size;
322 rocksdb_prefix + min_log_number_to_keep_str;
324 rocksdb_prefix + min_obsolete_sst_number_to_keep_str;
326 rocksdb_prefix + total_sst_files_size;
328 rocksdb_prefix + live_sst_files_size;
329 const std::string DB::Properties::kBaseLevel = rocksdb_prefix + base_level_str;
331 rocksdb_prefix + estimate_pending_comp_bytes;
333 rocksdb_prefix + aggregated_table_properties;
335 rocksdb_prefix + aggregated_table_properties_at_level;
337 rocksdb_prefix + actual_delayed_write_rate;
339 rocksdb_prefix + is_write_stopped;
341 rocksdb_prefix + estimate_oldest_key_time;
343 rocksdb_prefix + block_cache_capacity;
345 rocksdb_prefix + block_cache_usage;
347 rocksdb_prefix + block_cache_pinned_usage;
349 rocksdb_prefix + options_statistics;