Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningSources

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

Defines the stable source identifiers used by managed-connector scheduler recovery and execution-hardening answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningSources

objectCdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningSources

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

The scheduler recovery and execution-hardening answer was derived primarily from the latest command-execution outcome.

public const string CommandExecution = "command-execution"

string

The scheduler recovery and execution-hardening answer was derived primarily from durable command-journal truth.

public const string CommandJournalDurability = "command-journal-durability"

string

The scheduler recovery and execution-hardening answer was derived primarily from distributed retry orchestration truth.

public const string DistributedRetryOrchestration = "distributed-retry-orchestration"

string

The scheduler recovery and execution-hardening answer was derived primarily from durable shared scheduler orchestration truth.

public const string DurableSharedSchedulerOrchestration = "durable-shared-scheduler-orchestration"

string

The scheduler recovery and execution-hardening answer was derived primarily from broader multi-node lease-execution truth.

public const string MultiNodeLeaseExecution = "multi-node-lease-execution"

string

The scheduler recovery and execution-hardening answer does not currently resolve to one specific source.

public const string Unknown = "unknown"

string