Package com.linkedin.davinci.store
Class StorageEngineNoOpStats
java.lang.Object
com.linkedin.davinci.store.StorageEngineNoOpStats
- All Implemented Interfaces:
StorageEngineStats
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglong
-
Field Details
-
SINGLETON
-
-
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
-