PersistenceInfo class

PersistenceInfo

Constructors

PersistenceInfo({required int loading, required int rdbChangesSinceLastSave, required int rdbBgsaveInProgress, required int rdbLastSaveTime, required String rdbLastBgsaveStatus, required int rdbLastBgsaveTimeSec, required int rdbCurrentBgsaveTimeSec, required int rdbLastCowSize, required int aofEnabled, required int aofRewriteInProgress, required int aofRewriteScheduled, required int aofLastRewriteTimeSec, required int aofCurrentRewriteTimeSec, required String aofLastBgrewriteStatus, required String aofLastWriteStatus, required int aofLastCowSize, required int aofCurrentSize, required int aofBaseSize, required int aofPendingRewrite, required int aofBufferLength, required int aofRewriteBufferLength, required int aofPendingBioFsync, required int aofDelayedFsync})
PersistenceInfo
PersistenceInfo.fromMap(Map<String, String> map)
fromMap
factory

Properties

aofBaseSize int
AOF 基础大小
final
aofBufferLength int
AOF 缓冲区长度
final
aofCurrentRewriteTimeSec int
当前 AOF 重写耗时(秒)
final
aofCurrentSize int
当前 AOF 文件大小
final
aofDelayedFsync int
延迟的 AOF 同步数量
final
aofEnabled int
是否启用 AOF
final
aofLastBgrewriteStatus String
上次 AOF 后台重写状态
final
aofLastCowSize int
上次 AOF 写时复制大小
final
aofLastRewriteTimeSec int
上次 AOF 重写耗时(秒)
final
aofLastWriteStatus String
上次 AOF 写入状态
final
aofPendingBioFsync int
待处理的 AOF BIO 同步数量
final
aofPendingRewrite int
待处理的 AOF 重写数量
final
aofRewriteBufferLength int
AOF 重写缓冲区长度
final
aofRewriteInProgress int
是否正在进行 AOF 重写
final
aofRewriteScheduled int
是否计划进行 AOF 重写
final
hashCode int
The hash code for this object.
no setterinherited
loading int
是否正在载入 RDB 文件
final
rdbBgsaveInProgress int
是否正在进行 RDB 后台保存
final
rdbChangesSinceLastSave int
自上次保存以来的变更次数
final
rdbCurrentBgsaveTimeSec int
当前 RDB 后台保存耗时(秒)
final
rdbLastBgsaveStatus String
上次 RDB 后台保存的状态
final
rdbLastBgsaveTimeSec int
上次 RDB 后台保存耗时(秒)
final
rdbLastCowSize int
上次 RDB 写时复制大小
final
rdbLastSaveTime int
上次成功保存 RDB 的时间戳
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited