Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationCategories

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

Defines the stable category identifiers used by managed-connector distributed retry orchestration answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationCategories

objectCdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationCategories

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

The bounded command history already records one automatic retry attempt.

public const string AutomaticRetryAttemptRecorded = "automatic-retry-attempt-recorded"

string

The runtime participates in the shared bounded distributed retry scheduler.

public const string BoundedSharedScheduler = "bounded-shared-scheduler"

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 automatic retry.

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

string

Cross-node idempotency currently looks safe for automatic retry.

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

string

The current runtime can schedule automatic retry on the current node.

public const string CurrentNodeSchedulable = "current-node-schedulable"

string

A durable command-journal store is configured for the runtime.

public const string DurableJournalConfigured = "durable-journal-configured"

string

The durable command journal currently looks healthy for cross-node retry decisions.

public const string DurableJournalHealthy = "durable-journal-healthy"

string

Automatic retry currently depends on in-memory command history only.

public const string InMemoryJournalOnly = "in-memory-journal-only"

string

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

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

string

No further automatic retry scheduling is currently needed for the runtime.

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

string

Distributed retry orchestration 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 durable command journal currently exposes persisted recorded history.

public const string PersistedHistory = "persisted-history"

string

The durable command journal currently exposes recovered recorded history.

public const string RecoveredHistory = "recovered-history"

string

The shared bounded distributed retry scheduler is disabled for the current runtime.

public const string SchedulerDisabled = "scheduler-disabled"

string

The shared bounded distributed retry scheduler is enabled for the current runtime.

public const string SchedulerEnabled = "scheduler-enabled"

string

The runtime can evaluate automatic retry on a single node without lease coordination.

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

string