Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector distributed retry orchestration answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStates
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”Blocked
Section titled “ Blocked”Distributed retry orchestration remains blocked by lease, durability, or safety truth.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Completed
Section titled “ Completed”Distributed retry orchestration does not currently need to schedule another retry attempt.
public const string Completed = "completed"Field Value
Section titled “Field Value”Cooldown
Section titled “ Cooldown”Distributed retry orchestration is waiting for the active cooldown window to elapse.
public const string Cooldown = "cooldown"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Distributed retry orchestration is currently disabled for the runtime.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Distributed retry 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”Distributed retry orchestration still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”Scheduled
Section titled “ Scheduled”Distributed retry orchestration can schedule one bounded automatic retry attempt on the current node.
public const string Scheduled = "scheduled"