Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationCategories

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

Defines the stable category identifiers used by managed-connector durable shared scheduler-orchestration answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationCategories

objectCdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationCategories

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

The runtime still exposes one active reporter lease.

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

string

The 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

The current node cannot yet keep the runtime scheduled.

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

string

The current node can keep one bounded automatic retry scheduled.

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 shared scheduler decisions.

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

string

The runtime participates in the durable shared scheduler-orchestration lane.

public const string DurableSharedScheduler = "durable-shared-scheduler"

string

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

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

string

Durable shared scheduler orchestration currently remains blocked by broader lease-execution truth.

public const string LeaseBlocked = "lease-blocked"

string

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

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

string

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

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

string

Durable shared scheduler 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

Durable shared scheduler orchestration currently still needs durable journal recovery or persistence hardening.

public const string RecoveryNeeded = "recovery-needed"

string

Durable shared scheduler orchestration currently keeps one bounded retry scheduled on the current node.

public const string Scheduled = "scheduled"

string

Durable shared scheduler orchestration currently remains conflicted across coordination or lease ownership truth.

public const string SchedulerConflicted = "scheduler-conflicted"

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

Durable shared scheduler orchestration currently does not need to keep the runtime scheduled.

public const string Unscheduled = "unscheduled"

string