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()
    • hasMemorySpaceLeft

      boolean hasMemorySpaceLeft()
    • getDuplicateKeyCountEstimate

      long getDuplicateKeyCountEstimate()
    • getKeyCountEstimate

      long getKeyCountEstimate()