Class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector broader multi-node lease-execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStates
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”LeaseBlocked
Section titled “ LeaseBlocked”The current node cannot yet execute the next bounded automatic retry step even though lease execution applies.
public const string LeaseBlocked = "lease-blocked"Field Value
Section titled “Field Value”LeaseConflicted
Section titled “ LeaseConflicted”The current multi-node lease posture remains conflicted across nodes.
public const string LeaseConflicted = "lease-conflicted"Field Value
Section titled “Field Value”LeaseExecutable
Section titled “ LeaseExecutable”The current node can execute the next bounded automatic retry step under the active multi-node lease posture.
public const string LeaseExecutable = "lease-executable"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Multi-node lease execution does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Multi-node lease execution still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”SingleNode
Section titled “ SingleNode”The runtime currently executes automatic retry on a single node without cross-node lease ownership.
public const string SingleNode = "single-node"Field Value
Section titled “Field Value”StaleLeaseRisk
Section titled “ StaleLeaseRisk”The current multi-node lease posture remains risky because ownership truth still looks stale.
public const string StaleLeaseRisk = "stale-lease-risk"