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

Class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionCategories

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

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

Defines the stable category identifiers used by managed-connector broader multi-node lease-execution answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionCategories

objectCdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionCategories

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

The current runtime still exposes one active reporter lease.

public const string ActiveLeaseVisible = "active-lease-visible"

string

The current runtime still exposes one active reporter identifier.

public const string ActiveReporterVisible = "active-reporter-visible"

string

The current retry policy is still waiting for a cooldown window to elapse.

public const string CooldownWindow = "cooldown-window"

string

Cross-node idempotency currently remains risky for the current multi-node lease posture.

public const string CrossNodeIdempotencyRisk = "cross-node-idempotency-risk"

string

Cross-node idempotency currently looks safe for the current multi-node lease posture.

public const string CrossNodeIdempotentSafe = "cross-node-idempotent-safe"

string

The current node cannot yet execute the next bounded automatic retry step.

public const string CurrentNodeBlocked = "current-node-blocked"

string

The current node can execute the next bounded automatic retry step.

public const string CurrentNodeExecutable = "current-node-executable"

string

The current multi-node lease posture still blocks execution on this node.

public const string LeaseBlocked = "lease-blocked"

string

The current runtime still exposes conflicting retry lease ownership.

public const string LeaseConflict = "lease-conflict"

string

The runtime depends on cross-node lease ownership before automatic retry should execute.

public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"

string

The current multi-node lease posture allows execution on this node.

public const string LeaseExecutable = "lease-executable"

string

The current runtime still exposes an active retry lease.

public const string LeaseHeld = "lease-held"

string

The current runtime does not currently expose an active retry lease.

public const string LeaseMissing = "lease-missing"

string

The current shared runtime truth does not currently need another automatic retry attempt.

public const string NoFurtherRetryNeeded = "no-further-retry-needed"

string

Multi-node lease execution still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

The current host coordination owner matches the active reporter lease.

public const string OwnerMatch = "owner-match"

string

The current host coordination owner does not match the active reporter lease.

public const string OwnerMismatch = "owner-mismatch"

string

The shared bounded retry scheduler is currently disabled for the runtime.

public const string SchedulerDisabled = "scheduler-disabled"

string

The runtime currently executes automatic retry on a single node without cross-node lease ownership.

public const string SingleNodeRuntime = "single-node-runtime"

string

The current multi-node lease posture still looks stale.

public const string StaleLeaseRisk = "stale-lease-risk"

string