Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector automatic background retry coordination answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationCategories
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”ActiveLeaseHeld
Section titled “ ActiveLeaseHeld”The current host coordination owner holds the active reporter lease.
public const string ActiveLeaseHeld = "active-lease-held"Field Value
Section titled “Field Value”ActiveReporterVisible
Section titled “ ActiveReporterVisible”The runtime currently exposes one active reporter owner.
public const string ActiveReporterVisible = "active-reporter-visible"Field Value
Section titled “Field Value”CoordinationOwnerConfigured
Section titled “ CoordinationOwnerConfigured”The current host declared a local coordination owner identifier for automatic retry.
public const string CoordinationOwnerConfigured = "coordination-owner-configured"Field Value
Section titled “Field Value”CoordinationOwnerMissing
Section titled “ CoordinationOwnerMissing”The current host did not declare a local coordination owner identifier for automatic retry.
public const string CoordinationOwnerMissing = "coordination-owner-missing"Field Value
Section titled “Field Value”LeaseCoordinatedRuntime
Section titled “ LeaseCoordinatedRuntime”The runtime depends on reporter-lease coordination before automatic retry should execute.
public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"Field Value
Section titled “Field Value”LeaseMissing
Section titled “ LeaseMissing”No active reporter lease is currently visible for automatic retry.
public const string LeaseMissing = "lease-missing"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Automatic retry 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”ReporterConflict
Section titled “ ReporterConflict”Reporter coordination currently remains conflicted.
public const string ReporterConflict = "reporter-conflict"Field Value
Section titled “Field Value”SingleNodeRuntime
Section titled “ SingleNodeRuntime”The runtime can evaluate automatic retry on a single node without reporter-lease coordination.
public const string SingleNodeRuntime = "single-node-runtime"