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