Info class
Info
Constructors
- Info({required ServerInfo server, required ClientsInfo clients, required MemoryInfo memory, required PersistenceInfo persistence, required StatsInfo stats, required ReplicationInfo replication, required CPUInfo cpu, required ClusterInfo cluster, required KeyspaceInfo keyspace})
- Info
-
Info.fromMap(Map<
String, String> map) -
factory
- Info.fromResult(Object reqResult)
-
factory
Properties
- clients → ClientsInfo
-
客户端信息
final
- cluster → ClusterInfo
-
集群信息
final
- cpu → CPUInfo
-
CPU 使用信息
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyspace → KeyspaceInfo
-
键空间信息
final
- memory → MemoryInfo
-
内存信息
final
- persistence → PersistenceInfo
-
持久化信息
final
- replication → ReplicationInfo
-
复制信息
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- server → ServerInfo
-
服务器信息
final
- stats → StatsInfo
-
统计信息
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