the name to distinguish components.
associated to component
associated to component
of the consensus node
node id of the consensus node
Readonly
clusterthe cluster in which the component is deployed.
Readonly
namethe name to distinguish components.
Readonly
namespacethe namespace associated with the component.
Readonly
nodenode id of the consensus node
Readonly
stateof the consensus node
Readonly
typetype for identifying.
Converts the class instance to a plain object.
the plain object representation of the class.
Validates all properties of the class and throws if data is invalid
Static
compareCompares two BaseComponent instances for equality.
The first component to compare
The second component to compare
boolean - true if the components are equal
Static
fromHandles creating instance of the class from plain object.
Represents a consensus node component within the system.
A
ConsensusNodeComponent
extends the functionality ofBaseComponent
and includes additional properties and behaviors specific to consensus nodes, such as maintaining and validating the node's state.