ข้ามไปยังเนื้อหา

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 CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStates

objectCdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Scheduler execution truth currently looks hardened enough for truthful bounded execution on the shared lane.

public const string ExecutionHardened = "execution-hardened"

string

Scheduler execution still remains risky because lease, scheduler, or automatic execution truth is not yet safe enough.

public const string ExecutionRisk = "execution-risk"

string

Scheduler recovery and execution hardening does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Scheduler recovery and execution hardening still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Scheduler recovery remains blocked by missing, unhealthy, or incomplete durable journal evidence.

public const string RecoveryBlocked = "recovery-blocked"

string

Scheduler recovery completed enough that the current node can safely resume bounded execution.

public const string RecoveryReady = "recovery-ready"

string

Scheduler recovery is currently replaying bounded execution evidence on the current node.

public const string Replaying = "replaying"

string