DefaultStateReconciler class

The default capability-aware StateReconciler.

For each desired step it drops the step when the target state is already satisfied — an install/verify whose capability the node already advertises — and keeps everything else (updates, lifecycle actions, missing capabilities). This yields an idempotent convergence plan.

Implemented types

Constructors

DefaultStateReconciler()
Creates a default reconciler.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconcile(DesiredState desired, CurrentState current) Reconciliation
Plans the steps required to converge current toward desired.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited