Interface IRedoLogStatistics
- All Superinterfaces:
IRedoLogFileStatistics
- All Known Implementing Classes:
RedoLogStatistics
Provide statistics for a redo log
- Since:
- 7.1
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionlonglongMethods inherited from interface com.gigaspaces.cluster.replication.IRedoLogFileStatistics
getExternalStoragePacketsCount, getExternalStoragePacketsWeight, getExternalStorageSpaceUsed, getMemoryPacketsCount, getMemoryPacketsWeight, size
-
Method Details
-
getFirstKeyInRedoLog
long getFirstKeyInRedoLog() -
getLastKeyInRedoLog
long getLastKeyInRedoLog() -
getReplicationTargetsInfo
Map<String,ReplicationTargetInfo> getReplicationTargetsInfo()
-