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

Class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStates

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable state identifiers used by managed-connector durable shared scheduler-orchestration answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStates

objectCdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStates

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

Durable shared scheduler orchestration is currently disabled for the runtime.

public const string Disabled = "disabled"

string

Durable shared scheduler orchestration remains blocked by broader lease-execution truth.

public const string LeaseBlocked = "lease-blocked"

string

Durable shared scheduler orchestration does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Durable shared scheduler orchestration still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Durable shared scheduler orchestration still needs durable journal recovery or persistence hardening.

public const string RecoveryNeeded = "recovery-needed"

string

Durable shared scheduler orchestration can currently keep one bounded automatic retry scheduled on the current node.

public const string Scheduled = "scheduled"

string

Durable shared scheduler orchestration remains conflicted across coordination or lease ownership truth.

public const string SchedulerConflicted = "scheduler-conflicted"

string

Durable shared scheduler orchestration currently does not need to keep the runtime scheduled.

public const string Unscheduled = "unscheduled"

string