Lines Matching refs:uint64_t

43   bool (InternalStats::*handle_int)(uint64_t* value, DBImpl* db,
139 uint64_t micros;
140 uint64_t cpu_micros;
143 uint64_t bytes_read_non_output_levels;
146 uint64_t bytes_read_output_level;
149 uint64_t bytes_written;
152 uint64_t bytes_moved;
164 uint64_t num_input_records;
168 uint64_t num_dropped_records;
350 void IncBytesMoved(int level, uint64_t amount) { in IncBytesMoved()
354 void AddCFStats(InternalCFStatsType type, uint64_t value) { in AddCFStats()
359 void AddDBStats(InternalDBStatsType type, uint64_t value,
370 uint64_t GetDBStats(InternalDBStatsType type) { in GetDBStats()
378 uint64_t GetBackgroundErrorCount() const { return bg_error_count_; } in GetBackgroundErrorCount()
380 uint64_t BumpAndGetBackgroundErrorCount() { return ++bg_error_count_; } in BumpAndGetBackgroundErrorCount()
389 bool GetIntProperty(const DBPropertyInfo& property_info, uint64_t* value,
393 Version* version, uint64_t* value);
419 std::atomic<uint64_t> db_stats_[kIntStatsNumMax];
421 uint64_t cf_stats_value_[INTERNAL_CF_STATS_ENUM_MAX];
422 uint64_t cf_stats_count_[INTERNAL_CF_STATS_ENUM_MAX];
432 uint64_t ingest_bytes_flush; // Bytes written to L0 (Flush)
433 uint64_t stall_count; // Stall count
435 uint64_t compact_bytes_write;
436 uint64_t compact_bytes_read;
437 uint64_t compact_micros;
441 uint64_t ingest_bytes_addfile; // Total Bytes ingested
442 uint64_t ingest_files_addfile; // Total number of files ingested
443 uint64_t ingest_l0_files_addfile; // Total number of files ingested to L0
444 uint64_t ingest_keys_addfile; // Total number of keys ingested
475 uint64_t ingest_bytes; // Bytes written by user
476 uint64_t wal_bytes; // Bytes written to WAL
477 uint64_t wal_synced; // Number of times WAL is synced
478 uint64_t write_with_wal; // Number of writes that request WAL
481 uint64_t write_other;
482 uint64_t write_self;
487 uint64_t num_keys_written;
489 uint64_t write_stall_micros;
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,
589 uint64_t bg_error_count_;
594 uint64_t started_at_;
634 uint64_t micros;
635 uint64_t cpu_micros;
636 uint64_t bytes_read_non_output_levels;
637 uint64_t bytes_read_output_level;
638 uint64_t bytes_written;
639 uint64_t bytes_moved;
643 uint64_t num_input_records;
644 uint64_t num_dropped_records;
661 void IncBytesMoved(int /*level*/, uint64_t /*amount*/) {} in IncBytesMoved() argument
663 void AddCFStats(InternalCFStatsType /*type*/, uint64_t /*value*/) {} in AddCFStats() argument
665 void AddDBStats(InternalDBStatsType /*type*/, uint64_t /*value*/,
670 uint64_t GetBackgroundErrorCount() const { return 0; } in GetBackgroundErrorCount()
672 uint64_t BumpAndGetBackgroundErrorCount() { return 0; } in BumpAndGetBackgroundErrorCount()
685 bool GetIntProperty(const DBPropertyInfo& /*property_info*/, uint64_t* /*value*/, in GetIntProperty() argument
691 Version* /*version*/, uint64_t* /*value*/) const { in GetIntPropertyOutOfMutex() argument