Interface IRedoLogFileStorageStatistics
- All Known Subinterfaces:
INonBatchRedoLogFileStorage<T>,IRedoLogFileStorage<T>
- All Known Implementing Classes:
BufferedRedoLogFileStorageDecorator,ByteBufferRedoLogFileStorage,CacheLastRedoLogFileStorageDecorator,SqliteRedoLogFileStorage
public interface IRedoLogFileStorageStatistics
Provide statistics of a
IRedoLogFileStorage- Since:
- 7.1
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglong
-
Method Details
-
getSpaceUsed
long getSpaceUsed()- Returns:
- used space in bytes
-
getExternalPacketsCount
long getExternalPacketsCount()- Returns:
- number of packets held outside of jvm memory
-
getMemoryPacketsCount
long getMemoryPacketsCount()- Returns:
- number of packets held in jvm memory
-
getMemoryPacketsWeight
long getMemoryPacketsWeight()- Returns:
- total weight of packets held in memory
-
getExternalStoragePacketsWeight
long getExternalStoragePacketsWeight()- Returns:
- total weight of packets held in external storage
-