Lines Matching refs:DB
262 const std::string DB::Properties::kNumFilesAtLevelPrefix =
264 const std::string DB::Properties::kCompressionRatioAtLevelPrefix =
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;
269 const std::string DB::Properties::kCFStatsNoFileHistogram =
271 const std::string DB::Properties::kCFFileHistogram =
273 const std::string DB::Properties::kDBStats = rocksdb_prefix + dbstats;
274 const std::string DB::Properties::kLevelStats = rocksdb_prefix + levelstats;
275 const std::string DB::Properties::kNumImmutableMemTable =
277 const std::string DB::Properties::kNumImmutableMemTableFlushed =
279 const std::string DB::Properties::kMemTableFlushPending =
281 const std::string DB::Properties::kCompactionPending =
283 const std::string DB::Properties::kNumRunningCompactions =
285 const std::string DB::Properties::kNumRunningFlushes =
287 const std::string DB::Properties::kBackgroundErrors =
289 const std::string DB::Properties::kCurSizeActiveMemTable =
291 const std::string DB::Properties::kCurSizeAllMemTables =
293 const std::string DB::Properties::kSizeAllMemTables =
295 const std::string DB::Properties::kNumEntriesActiveMemTable =
297 const std::string DB::Properties::kNumEntriesImmMemTables =
299 const std::string DB::Properties::kNumDeletesActiveMemTable =
301 const std::string DB::Properties::kNumDeletesImmMemTables =
303 const std::string DB::Properties::kEstimateNumKeys =
305 const std::string DB::Properties::kEstimateTableReadersMem =
307 const std::string DB::Properties::kIsFileDeletionsEnabled =
309 const std::string DB::Properties::kNumSnapshots =
311 const std::string DB::Properties::kOldestSnapshotTime =
313 const std::string DB::Properties::kOldestSnapshotSequence =
315 const std::string DB::Properties::kNumLiveVersions =
317 const std::string DB::Properties::kCurrentSuperVersionNumber =
319 const std::string DB::Properties::kEstimateLiveDataSize =
321 const std::string DB::Properties::kMinLogNumberToKeep =
323 const std::string DB::Properties::kMinObsoleteSstNumberToKeep =
325 const std::string DB::Properties::kTotalSstFilesSize =
327 const std::string DB::Properties::kLiveSstFilesSize =
329 const std::string DB::Properties::kBaseLevel = rocksdb_prefix + base_level_str;
330 const std::string DB::Properties::kEstimatePendingCompactionBytes =
332 const std::string DB::Properties::kAggregatedTableProperties =
334 const std::string DB::Properties::kAggregatedTablePropertiesAtLevel =
336 const std::string DB::Properties::kActualDelayedWriteRate =
338 const std::string DB::Properties::kIsWriteStopped =
340 const std::string DB::Properties::kEstimateOldestKeyTime =
342 const std::string DB::Properties::kBlockCacheCapacity =
344 const std::string DB::Properties::kBlockCacheUsage =
346 const std::string DB::Properties::kBlockCachePinnedUsage =
348 const std::string DB::Properties::kOptionsStatistics =
353 {DB::Properties::kNumFilesAtLevelPrefix,
356 {DB::Properties::kCompressionRatioAtLevelPrefix,
359 {DB::Properties::kLevelStats,
361 {DB::Properties::kStats,
363 {DB::Properties::kCFStats,
366 {DB::Properties::kCFStatsNoFileHistogram,
369 {DB::Properties::kCFFileHistogram,
372 {DB::Properties::kDBStats,
374 {DB::Properties::kSSTables,
376 {DB::Properties::kAggregatedTableProperties,
379 {DB::Properties::kAggregatedTablePropertiesAtLevel,
382 {DB::Properties::kNumImmutableMemTable,
385 {DB::Properties::kNumImmutableMemTableFlushed,
388 {DB::Properties::kMemTableFlushPending,
391 {DB::Properties::kCompactionPending,
394 {DB::Properties::kBackgroundErrors,
397 {DB::Properties::kCurSizeActiveMemTable,
400 {DB::Properties::kCurSizeAllMemTables,
403 {DB::Properties::kSizeAllMemTables,
406 {DB::Properties::kNumEntriesActiveMemTable,
409 {DB::Properties::kNumEntriesImmMemTables,
412 {DB::Properties::kNumDeletesActiveMemTable,
415 {DB::Properties::kNumDeletesImmMemTables,
418 {DB::Properties::kEstimateNumKeys,
421 {DB::Properties::kEstimateTableReadersMem,
424 {DB::Properties::kIsFileDeletionsEnabled,
427 {DB::Properties::kNumSnapshots,
430 {DB::Properties::kOldestSnapshotTime,
433 {DB::Properties::kOldestSnapshotSequence,
436 {DB::Properties::kNumLiveVersions,
439 {DB::Properties::kCurrentSuperVersionNumber,
442 {DB::Properties::kEstimateLiveDataSize,
445 {DB::Properties::kMinLogNumberToKeep,
448 {DB::Properties::kMinObsoleteSstNumberToKeep,
451 {DB::Properties::kBaseLevel,
453 {DB::Properties::kTotalSstFilesSize,
456 {DB::Properties::kLiveSstFilesSize,
459 {DB::Properties::kEstimatePendingCompactionBytes,
462 {DB::Properties::kNumRunningFlushes,
465 {DB::Properties::kNumRunningCompactions,
468 {DB::Properties::kActualDelayedWriteRate,
471 {DB::Properties::kIsWriteStopped,
474 {DB::Properties::kEstimateOldestKeyTime,
477 {DB::Properties::kBlockCacheCapacity,
480 {DB::Properties::kBlockCacheUsage,
483 {DB::Properties::kBlockCachePinnedUsage,
486 {DB::Properties::kOptionsStatistics,