[][src]Trait ckb_memory_tracker::rocksdb::TrackRocksDBMemory

pub trait TrackRocksDBMemory {
    fn gather_int_values(&self, key: &str) -> PropertyValue<u64>;

    fn gather_memory_stats(&self) -> RocksDBMemoryStatistics { ... }
}

Required methods

fn gather_int_values(&self, key: &str) -> PropertyValue<u64>

Loading content...

Provided methods

Loading content...

Implementors

impl TrackRocksDBMemory for DummyRocksDB[src]

impl<RocksDB> TrackRocksDBMemory for RocksDB where
    RocksDB: GetColumnFamilys + GetProperty + GetPropertyCF, 
[src]

Loading content...