Class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector scheduler recovery and execution-hardening answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStates
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”ExecutionHardened
Section titled “ ExecutionHardened”Scheduler execution truth currently looks hardened enough for truthful bounded execution on the shared lane.
public const string ExecutionHardened = "execution-hardened"Field Value
Section titled “Field Value”ExecutionRisk
Section titled “ ExecutionRisk”Scheduler execution still remains risky because lease, scheduler, or automatic execution truth is not yet safe enough.
public const string ExecutionRisk = "execution-risk"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Scheduler recovery and execution hardening does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Scheduler recovery and execution hardening still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RecoveryBlocked
Section titled “ RecoveryBlocked”Scheduler recovery remains blocked by missing, unhealthy, or incomplete durable journal evidence.
public const string RecoveryBlocked = "recovery-blocked"Field Value
Section titled “Field Value”RecoveryReady
Section titled “ RecoveryReady”Scheduler recovery completed enough that the current node can safely resume bounded execution.
public const string RecoveryReady = "recovery-ready"Field Value
Section titled “Field Value”Replaying
Section titled “ Replaying”Scheduler recovery is currently replaying bounded execution evidence on the current node.
public const string Replaying = "replaying"