NodeInfo class
The node information object.
Constructors
- NodeInfo({String? addedToClusterTime, BrokerNodeInfo? brokerNodeInfo, String? instanceType, String? nodeARN, NodeType? nodeType, ZookeeperNodeInfo? zookeeperNodeInfo})
-
NodeInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addedToClusterTime → String?
-
The start time.
final
- brokerNodeInfo → BrokerNodeInfo?
-
The broker node info.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceType → String?
-
The instance type.
final
- nodeARN → String?
-
The Amazon Resource Name (ARN) of the node.
final
- nodeType → NodeType?
-
The node type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zookeeperNodeInfo → ZookeeperNodeInfo?
-
The ZookeeperNodeInfo.
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