Interface StorageEngineStats

All Known Implementing Classes:
RocksDBStorageEngineStats, StorageEngineNoOpStats

public interface StorageEngineStats
  • Method Details

    • getStoreSizeInBytes

      long getStoreSizeInBytes()
    • getCachedStoreSizeInBytes

      long getCachedStoreSizeInBytes()
    • getRMDSizeInBytes

      long getRMDSizeInBytes()
    • getCachedRMDSizeInBytes

      long getCachedRMDSizeInBytes()
    • getKeyCountEstimate

      long getKeyCountEstimate()