public class RedoLogStatistics extends Object implements IRedoLogStatistics
Modifier and Type | Field and Description |
---|---|
static IRedoLogStatistics |
EMPTY_STATISTICS |
Constructor and Description |
---|
RedoLogStatistics(long lastKeyInRedoLog,
long firstKeyInRedoLog,
long size,
long memoryPacketsCount,
long externalStoragePacketsCount,
long externalStorageSpaceUsed,
Map<String,ReplicationTargetInfo> targetsInfo) |
Modifier and Type | Method and Description |
---|---|
long |
getExternalStoragePacketsCount() |
long |
getExternalStorageSpaceUsed() |
long |
getFirstKeyInRedoLog() |
long |
getLastKeyInRedoLog() |
long |
getMemoryPacketsCount() |
Map<String,ReplicationTargetInfo> |
getReplicationTargetsInfo() |
long |
size() |
String |
toString() |
public static final IRedoLogStatistics EMPTY_STATISTICS
public RedoLogStatistics(long lastKeyInRedoLog, long firstKeyInRedoLog, long size, long memoryPacketsCount, long externalStoragePacketsCount, long externalStorageSpaceUsed, Map<String,ReplicationTargetInfo> targetsInfo)
public long getExternalStoragePacketsCount()
getExternalStoragePacketsCount
in interface IRedoLogFileStatistics
public long getExternalStorageSpaceUsed()
getExternalStorageSpaceUsed
in interface IRedoLogFileStatistics
public long getMemoryPacketsCount()
getMemoryPacketsCount
in interface IRedoLogFileStatistics
public long size()
size
in interface IRedoLogFileStatistics
public long getLastKeyInRedoLog()
getLastKeyInRedoLog
in interface IRedoLogStatistics
public long getFirstKeyInRedoLog()
getFirstKeyInRedoLog
in interface IRedoLogStatistics
public Map<String,ReplicationTargetInfo> getReplicationTargetsInfo()
getReplicationTargetsInfo
in interface IRedoLogStatistics
Copyright © GigaSpaces.