Class RocksDBStorageEngineStats
java.lang.Object
com.linkedin.davinci.store.rocksdb.RocksDBStorageEngineStats
- All Implemented Interfaces:
- StorageEngineStats
- 
Constructor SummaryConstructorsConstructorDescriptionRocksDBStorageEngineStats(String storeDbPath, LongSupplier getRMDSizeInBytes, LongSupplier getKeyCountEstimate) 
- 
Method SummaryModifier and TypeMethodDescriptionlonglonglonglonglong
- 
Constructor Details- 
RocksDBStorageEngineStatspublic RocksDBStorageEngineStats(String storeDbPath, LongSupplier getRMDSizeInBytes, LongSupplier getKeyCountEstimate) 
 
- 
- 
Method Details- 
getStoreSizeInBytespublic long getStoreSizeInBytes()- Specified by:
- getStoreSizeInBytesin interface- StorageEngineStats
 
- 
getCachedStoreSizeInBytespublic long getCachedStoreSizeInBytes()- Specified by:
- getCachedStoreSizeInBytesin interface- StorageEngineStats
 
- 
getRMDSizeInBytespublic long getRMDSizeInBytes()- Specified by:
- getRMDSizeInBytesin interface- StorageEngineStats
 
- 
getCachedRMDSizeInBytespublic long getCachedRMDSizeInBytes()- Specified by:
- getCachedRMDSizeInBytesin interface- StorageEngineStats
 
- 
getKeyCountEstimatepublic long getKeyCountEstimate()- Specified by:
- getKeyCountEstimatein interface- StorageEngineStats
 
 
-