Lines Matching refs:value

37   bool (InternalStats::*handle_string)(std::string* value, Slice suffix);
43 bool (InternalStats::*handle_int)(uint64_t* value, DBImpl* db,
51 bool (DBImpl::*handle_string_dbimpl)(std::string* value);
354 void AddCFStats(InternalCFStatsType type, uint64_t value) { in AddCFStats() argument
355 cf_stats_value_[type] += value; in AddCFStats()
359 void AddDBStats(InternalDBStatsType type, uint64_t value,
363 v.fetch_add(value, std::memory_order_relaxed);
365 v.store(v.load(std::memory_order_relaxed) + value,
383 const Slice& property, std::string* value);
387 std::map<std::string, std::string>* value);
389 bool GetIntProperty(const DBPropertyInfo& property_info, uint64_t* value,
393 Version* version, uint64_t* value);
404 void DumpDBStats(std::string* value);
412 void DumpCFStats(std::string* value);
413 void DumpCFStatsNoFileHistogram(std::string* value);
414 void DumpCFFileHistogram(std::string* value);
518 bool HandleNumFilesAtLevel(std::string* value, Slice suffix);
519 bool HandleCompressionRatioAtLevelPrefix(std::string* value, Slice suffix);
520 bool HandleLevelStats(std::string* value, Slice suffix);
521 bool HandleStats(std::string* value, Slice suffix);
523 bool HandleCFStats(std::string* value, Slice suffix);
524 bool HandleCFStatsNoFileHistogram(std::string* value, Slice suffix);
525 bool HandleCFFileHistogram(std::string* value, Slice suffix);
526 bool HandleDBStats(std::string* value, Slice suffix);
527 bool HandleSsTables(std::string* value, Slice suffix);
528 bool HandleAggregatedTableProperties(std::string* value, Slice suffix);
529 bool HandleAggregatedTablePropertiesAtLevel(std::string* value, Slice suffix);
530 bool HandleNumImmutableMemTable(uint64_t* value, DBImpl* db,
532 bool HandleNumImmutableMemTableFlushed(uint64_t* value, DBImpl* db,
534 bool HandleMemTableFlushPending(uint64_t* value, DBImpl* db,
536 bool HandleNumRunningFlushes(uint64_t* value, DBImpl* db, Version* version);
537 bool HandleCompactionPending(uint64_t* value, DBImpl* db, Version* version);
538 bool HandleNumRunningCompactions(uint64_t* value, DBImpl* db,
540 bool HandleBackgroundErrors(uint64_t* value, DBImpl* db, Version* version);
541 bool HandleCurSizeActiveMemTable(uint64_t* value, DBImpl* db,
543 bool HandleCurSizeAllMemTables(uint64_t* value, DBImpl* db, Version* version);
544 bool HandleSizeAllMemTables(uint64_t* value, DBImpl* db, Version* version);
545 bool HandleNumEntriesActiveMemTable(uint64_t* value, DBImpl* db,
547 bool HandleNumEntriesImmMemTables(uint64_t* value, DBImpl* db,
549 bool HandleNumDeletesActiveMemTable(uint64_t* value, DBImpl* db,
551 bool HandleNumDeletesImmMemTables(uint64_t* value, DBImpl* db,
553 bool HandleEstimateNumKeys(uint64_t* value, DBImpl* db, Version* version);
554 bool HandleNumSnapshots(uint64_t* value, DBImpl* db, Version* version);
555 bool HandleOldestSnapshotTime(uint64_t* value, DBImpl* db, Version* version);
556 bool HandleOldestSnapshotSequence(uint64_t* value, DBImpl* db,
558 bool HandleNumLiveVersions(uint64_t* value, DBImpl* db, Version* version);
559 bool HandleCurrentSuperVersionNumber(uint64_t* value, DBImpl* db,
561 bool HandleIsFileDeletionsEnabled(uint64_t* value, DBImpl* db,
563 bool HandleBaseLevel(uint64_t* value, DBImpl* db, Version* version);
564 bool HandleTotalSstFilesSize(uint64_t* value, DBImpl* db, Version* version);
565 bool HandleLiveSstFilesSize(uint64_t* value, DBImpl* db, Version* version);
566 bool HandleEstimatePendingCompactionBytes(uint64_t* value, DBImpl* db,
568 bool HandleEstimateTableReadersMem(uint64_t* value, DBImpl* db,
570 bool HandleEstimateLiveDataSize(uint64_t* value, DBImpl* db,
572 bool HandleMinLogNumberToKeep(uint64_t* value, DBImpl* db, Version* version);
573 bool HandleMinObsoleteSstNumberToKeep(uint64_t* value, DBImpl* db,
575 bool HandleActualDelayedWriteRate(uint64_t* value, DBImpl* db,
577 bool HandleIsWriteStopped(uint64_t* value, DBImpl* db, Version* version);
578 bool HandleEstimateOldestKeyTime(uint64_t* value, DBImpl* db,
580 bool HandleBlockCacheCapacity(uint64_t* value, DBImpl* db, Version* version);
581 bool HandleBlockCacheUsage(uint64_t* value, DBImpl* db, Version* version);
582 bool HandleBlockCachePinnedUsage(uint64_t* value, DBImpl* db,