Info class
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.fromMap(Map<
String, String> map) -
factory
-
Info.fromResult(List<
String> result) -
factory
Properties
- clients → ClientsInfo
-
final
- cluster → ClusterInfo
-
final
- cpu → CPUInfo
-
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