Package com.linkedin.davinci.store
Interface StorageEngineStats
- All Known Implementing Classes:
RocksDBStorageEngineStats
,StorageEngineNoOpStats
public interface StorageEngineStats
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
long
boolean
-
Method Details
-
getStoreSizeInBytes
long getStoreSizeInBytes() -
getCachedStoreSizeInBytes
long getCachedStoreSizeInBytes() -
getRMDSizeInBytes
long getRMDSizeInBytes() -
getCachedRMDSizeInBytes
long getCachedRMDSizeInBytes() -
hasMemorySpaceLeft
boolean hasMemorySpaceLeft() -
getDuplicateKeyCountEstimate
long getDuplicateKeyCountEstimate() -
getKeyCountEstimate
long getKeyCountEstimate()
-