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

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 CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStates

objectCdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStates

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

Distributed retry orchestration remains blocked by lease, durability, or safety truth.

public const string Blocked = "blocked"

string

Distributed retry orchestration does not currently need to schedule another retry attempt.

public const string Completed = "completed"

string

Distributed retry orchestration is waiting for the active cooldown window to elapse.

public const string Cooldown = "cooldown"

string

Distributed retry orchestration is currently disabled for the runtime.

public const string Disabled = "disabled"

string

Distributed retry orchestration does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Distributed retry orchestration still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Distributed retry orchestration can schedule one bounded automatic retry attempt on the current node.

public const string Scheduled = "scheduled"

string