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 CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationCategories
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”ActiveLeaseVisible
Section titled “ ActiveLeaseVisible”The runtime still exposes one active reporter lease.
public const string ActiveLeaseVisible = "active-lease-visible"Field Value
Section titled “Field Value”ActiveReporterVisible
Section titled “ ActiveReporterVisible”The runtime still exposes one active reporter identifier.
public const string ActiveReporterVisible = "active-reporter-visible"Field Value
Section titled “Field Value”CooldownWindow
Section titled “ CooldownWindow”The current retry policy is still waiting for a cooldown window to elapse.
public const string CooldownWindow = "cooldown-window"Field Value
Section titled “Field Value”CurrentNodeBlocked
Section titled “ CurrentNodeBlocked”The current node cannot yet keep the runtime scheduled.
public const string CurrentNodeBlocked = "current-node-blocked"Field Value
Section titled “Field Value”CurrentNodeSchedulable
Section titled “ CurrentNodeSchedulable”The current node can keep one bounded automatic retry scheduled.
public const string CurrentNodeSchedulable = "current-node-schedulable"Field Value
Section titled “Field Value”DurableJournalConfigured
Section titled “ DurableJournalConfigured”A durable command-journal store is configured for the runtime.
public const string DurableJournalConfigured = "durable-journal-configured"Field Value
Section titled “Field Value”DurableJournalHealthy
Section titled “ DurableJournalHealthy”The durable command journal currently looks healthy for shared scheduler decisions.
public const string DurableJournalHealthy = "durable-journal-healthy"Field Value
Section titled “Field Value”DurableSharedScheduler
Section titled “ DurableSharedScheduler”The runtime participates in the durable shared scheduler-orchestration lane.
public const string DurableSharedScheduler = "durable-shared-scheduler"Field Value
Section titled “Field Value”InMemoryJournalOnly
Section titled “ InMemoryJournalOnly”Automatic retry currently depends on in-memory command history only.
public const string InMemoryJournalOnly = "in-memory-journal-only"Field Value
Section titled “Field Value”LeaseBlocked
Section titled “ LeaseBlocked”Durable shared scheduler orchestration currently remains blocked by broader lease-execution truth.
public const string LeaseBlocked = "lease-blocked"Field Value
Section titled “Field Value”LeaseCoordinatedRuntime
Section titled “ LeaseCoordinatedRuntime”The runtime depends on cross-node lease ownership before automatic retry should execute.
public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"Field Value
Section titled “Field Value”NoFurtherRetryNeeded
Section titled “ NoFurtherRetryNeeded”The current shared runtime truth does not currently need another automatic retry attempt.
public const string NoFurtherRetryNeeded = "no-further-retry-needed"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Durable shared scheduler orchestration still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”OwnerMatch
Section titled “ OwnerMatch”The current host coordination owner matches the active reporter lease.
public const string OwnerMatch = "owner-match"Field Value
Section titled “Field Value”OwnerMismatch
Section titled “ OwnerMismatch”The current host coordination owner does not match the active reporter lease.
public const string OwnerMismatch = "owner-mismatch"Field Value
Section titled “Field Value”PersistedHistory
Section titled “ PersistedHistory”The durable command journal currently exposes persisted recorded history.
public const string PersistedHistory = "persisted-history"Field Value
Section titled “Field Value”RecoveredHistory
Section titled “ RecoveredHistory”The durable command journal currently exposes recovered recorded history.
public const string RecoveredHistory = "recovered-history"Field Value
Section titled “Field Value”RecoveryNeeded
Section titled “ RecoveryNeeded”Durable shared scheduler orchestration currently still needs durable journal recovery or persistence hardening.
public const string RecoveryNeeded = "recovery-needed"Field Value
Section titled “Field Value”Scheduled
Section titled “ Scheduled”Durable shared scheduler orchestration currently keeps one bounded retry scheduled on the current node.
public const string Scheduled = "scheduled"Field Value
Section titled “Field Value”SchedulerConflicted
Section titled “ SchedulerConflicted”Durable shared scheduler orchestration currently remains conflicted across coordination or lease ownership truth.
public const string SchedulerConflicted = "scheduler-conflicted"Field Value
Section titled “Field Value”SchedulerDisabled
Section titled “ SchedulerDisabled”The shared bounded retry scheduler is currently disabled for the runtime.
public const string SchedulerDisabled = "scheduler-disabled"Field Value
Section titled “Field Value”SingleNodeRuntime
Section titled “ SingleNodeRuntime”The runtime currently executes automatic retry on a single node without cross-node lease ownership.
public const string SingleNodeRuntime = "single-node-runtime"Field Value
Section titled “Field Value”Unscheduled
Section titled “ Unscheduled”Durable shared scheduler orchestration currently does not need to keep the runtime scheduled.
public const string Unscheduled = "unscheduled"