Class RocksDBStorageEngineStats
java.lang.Object
com.linkedin.davinci.store.rocksdb.RocksDBStorageEngineStats
- All Implemented Interfaces:
StorageEngineStats
-
Constructor Summary
ConstructorsConstructorDescriptionRocksDBStorageEngineStats(String storeDbPath, LongSupplier getRMDSizeInBytes, LongSupplier getKeyCountEstimate) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglong
-
Constructor Details
-
RocksDBStorageEngineStats
public RocksDBStorageEngineStats(String storeDbPath, LongSupplier getRMDSizeInBytes, LongSupplier getKeyCountEstimate)
-
-
Method Details
-
getStoreSizeInBytes
public long getStoreSizeInBytes()- Specified by:
getStoreSizeInBytesin interfaceStorageEngineStats
-
getCachedStoreSizeInBytes
public long getCachedStoreSizeInBytes()- Specified by:
getCachedStoreSizeInBytesin interfaceStorageEngineStats
-
getRMDSizeInBytes
public long getRMDSizeInBytes()- Specified by:
getRMDSizeInBytesin interfaceStorageEngineStats
-
getCachedRMDSizeInBytes
public long getCachedRMDSizeInBytes()- Specified by:
getCachedRMDSizeInBytesin interfaceStorageEngineStats
-
getKeyCountEstimate
public long getKeyCountEstimate()- Specified by:
getKeyCountEstimatein interfaceStorageEngineStats
-