ReplicationInfo class
Constructors
-
ReplicationInfo({required String role, required int connectedSlaves, required List<
SlaveInfo> slaves, required String masterReplid, required String masterReplid2, required int masterReplOffset, required int secondReplOffset, required int replBacklogActive, required int replBacklogSize, required int replBacklogFirstByteOffset, required int replBacklogHistlen}) -
ReplicationInfo.fromMap(Map<
String, String> map) -
factory
Properties
- connectedSlaves → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- masterReplid → String
-
final
- masterReplid2 → String
-
final
- masterReplOffset → int
-
final
- replBacklogActive → int
-
final
- replBacklogFirstByteOffset → int
-
final
- replBacklogHistlen → int
-
final
- replBacklogSize → int
-
final
- role → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondReplOffset → int
-
final
-
slaves
→ List<
SlaveInfo> -
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