SlaveInfo class

SlaveInfo

Constructors

SlaveInfo({required String ip, required int port, required String state, required int offset, required int lag})
SlaveInfo
SlaveInfo.fromMap(Map<String, String> map, int index)
fromMap
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ip String
从节点的IP地址
final
lag int
从节点的复制延迟
final
offset int
从节点的复制偏移量
final
port int
从节点的端口
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
从节点的状态
final

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