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 CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStates
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”Disabled
Section titled “ Disabled”Durable shared scheduler orchestration is currently disabled for the runtime.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”LeaseBlocked
Section titled “ LeaseBlocked”Durable shared scheduler orchestration remains blocked by broader lease-execution truth.
public const string LeaseBlocked = "lease-blocked"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Durable shared scheduler orchestration does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Durable shared scheduler orchestration still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RecoveryNeeded
Section titled “ RecoveryNeeded”Durable shared scheduler orchestration still needs durable journal recovery or persistence hardening.
public const string RecoveryNeeded = "recovery-needed"Field Value
Section titled “Field Value”Scheduled
Section titled “ Scheduled”Durable shared scheduler orchestration can currently keep one bounded automatic retry scheduled on the current node.
public const string Scheduled = "scheduled"Field Value
Section titled “Field Value”SchedulerConflicted
Section titled “ SchedulerConflicted”Durable shared scheduler orchestration remains conflicted across coordination or lease ownership truth.
public const string SchedulerConflicted = "scheduler-conflicted"Field Value
Section titled “Field Value”Unscheduled
Section titled “ Unscheduled”Durable shared scheduler orchestration currently does not need to keep the runtime scheduled.
public const string Unscheduled = "unscheduled"