Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector automatic background retry coordination answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationStates
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”Conflicted
Section titled “ Conflicted”Automatic background retry cannot run because reporter coordination is currently conflicted.
public const string Conflicted = "conflicted"Field Value
Section titled “Field Value”LeaseHeld
Section titled “ LeaseHeld”The current node holds the active reporter lease for automatic background retry.
public const string LeaseHeld = "lease-held"Field Value
Section titled “Field Value”LeaseMissing
Section titled “ LeaseMissing”Automatic background retry cannot run because no active reporter lease is currently visible.
public const string LeaseMissing = "lease-missing"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Automatic background retry coordination does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Automatic background retry still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”SingleNode
Section titled “ SingleNode”Automatic background retry can run on the current node without reporter-lease coordination.
public const string SingleNode = "single-node"Field Value
Section titled “Field Value”Uncoordinated
Section titled “ Uncoordinated”Automatic background retry remains uncoordinated on the current node.
public const string Uncoordinated = "uncoordinated"