StateReconciler class abstract
Computes the Reconciliation needed to move a node from its current state toward a desired state.
The default implementation is a conservative, capability-aware planner; it is the designed seam for richer planners (dependency ordering, version comparison, Kubernetes-style controllers) in the future.
- Implementers
Constructors
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
currenttowarddesired. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited