Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector distributed retry orchestration posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus(string, string?)”Creates a new managed-connector distributed retry orchestration answer.
public CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable distributed retry orchestration state, such as not-applicable, disabled, operator-only, cooldown, blocked, scheduled, or completed.
description string?
An optional operator-facing distributed retry orchestration summary.
Fields
Section titled “Fields”DefaultSchedulerId
Section titled “ DefaultSchedulerId”The stable shared scheduler identifier used by the bounded distributed retry orchestration lane.
public const string DefaultSchedulerId = "managed-connector-automatic-retry-loop"Field Value
Section titled “Field Value”DefaultSchedulerKind
Section titled “ DefaultSchedulerKind”The stable shared scheduler kind used by the bounded distributed retry orchestration lane.
public const string DefaultSchedulerKind = "bounded-polling-loop"Field Value
Section titled “Field Value”Properties
Section titled “Properties”ActiveReporterId
Section titled “ ActiveReporterId”Gets the active reporter identifier currently visible for the execution runtime when one exists.
public string? ActiveReporterId { get; init; }Property Value
Section titled “Property Value”ActiveReporterLeaseExpiresAtUtc
Section titled “ ActiveReporterLeaseExpiresAtUtc”Gets the UTC timestamp when the active reporter lease expires when one is known.
public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { get; init; }Property Value
Section titled “Property Value”AppliesToManagedConnector
Section titled “ AppliesToManagedConnector”Gets a value indicating whether the execution runtime currently represents a managed connector.
public bool AppliesToManagedConnector { get; }Property Value
Section titled “Property Value”AutomaticRetryCoordinationState
Section titled “ AutomaticRetryCoordinationState”Gets the current managed-connector automatic background retry coordination state that informed distributed retry orchestration.
public string AutomaticRetryCoordinationState { get; init; }Property Value
Section titled “Property Value”AutomaticRetryExecutionState
Section titled “ AutomaticRetryExecutionState”Gets the current managed-connector automatic background retry execution state that informed distributed retry orchestration.
public string AutomaticRetryExecutionState { get; init; }Property Value
Section titled “Property Value”CanScheduleAutomaticRetryOnCurrentNode
Section titled “ CanScheduleAutomaticRetryOnCurrentNode”Gets a value indicating whether the current node can currently schedule one bounded automatic retry attempt.
public bool CanScheduleAutomaticRetryOnCurrentNode { get; init; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active distributed retry orchestration categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable distributed retry orchestration categories currently active for the execution runtime.
public IReadOnlyList<string> CategoryIds { get; init; }Property Value
Section titled “Property Value”CdcCaptureIds
Section titled “ CdcCaptureIds”Gets the CDC capture identifiers currently associated with distributed retry orchestration.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandJournalDurabilityState
Section titled “ CommandJournalDurabilityState”Gets the current managed-connector command-journal durability state that informed distributed retry orchestration.
public string CommandJournalDurabilityState { get; init; }Property Value
Section titled “Property Value”CooldownUntilUtc
Section titled “ CooldownUntilUtc”Gets the timestamp when the active retry cooldown window ends, when one applies.
public DateTimeOffset? CooldownUntilUtc { get; init; }Property Value
Section titled “Property Value”CoordinationOwnerId
Section titled “ CoordinationOwnerId”Gets the host-owned coordination owner identifier when one was configured for automatic retry.
public string? CoordinationOwnerId { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing distributed retry orchestration summary.
public string? Description { get; }Property Value
Section titled “Property Value”DistributedRetryLeaseState
Section titled “ DistributedRetryLeaseState”Gets the current managed-connector distributed retry lease state that informed distributed retry orchestration.
public string DistributedRetryLeaseState { get; init; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed distributed retry orchestration.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with distributed retry orchestration.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed distributed retry orchestration.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”HasDurableStoreConfigured
Section titled “ HasDurableStoreConfigured”Gets a value indicating whether a durable command-journal store is currently configured.
public bool HasDurableStoreConfigured { get; init; }Property Value
Section titled “Property Value”HasPersistedRecordedHistory
Section titled “ HasPersistedRecordedHistory”Gets a value indicating whether the durable command-journal store currently exposes persisted recorded history.
public bool HasPersistedRecordedHistory { get; init; }Property Value
Section titled “Property Value”HasRecoveredPersistedHistory
Section titled “ HasRecoveredPersistedHistory”Gets a value indicating whether the current process recovered persisted command history for this runtime.
public bool HasRecoveredPersistedHistory { get; init; }Property Value
Section titled “Property Value”IsBlocked
Section titled “ IsBlocked”Gets a value indicating whether distributed retry orchestration is currently blocked by shared runtime truth.
public bool IsBlocked { get; }Property Value
Section titled “Property Value”IsCompleted
Section titled “ IsCompleted”Gets a value indicating whether distributed retry orchestration currently does not need to schedule another retry attempt.
public bool IsCompleted { get; }Property Value
Section titled “Property Value”IsCooldown
Section titled “ IsCooldown”Gets a value indicating whether distributed retry orchestration is currently waiting for a cooldown window.
public bool IsCooldown { get; }Property Value
Section titled “Property Value”IsDisabled
Section titled “ IsDisabled”Gets a value indicating whether distributed retry orchestration is currently disabled.
public bool IsDisabled { get; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether distributed retry orchestration still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsScheduled
Section titled “ IsScheduled”Gets a value indicating whether distributed retry orchestration can currently schedule one bounded automatic retry attempt.
public bool IsScheduled { get; }Property Value
Section titled “Property Value”LatestAutomaticRetryAttemptId
Section titled “ LatestAutomaticRetryAttemptId”Gets the latest automatic retry attempt identifier currently associated with distributed retry orchestration.
public string LatestAutomaticRetryAttemptId { get; init; }Property Value
Section titled “Property Value”LatestAutomaticRetryRecordedAtUtc
Section titled “ LatestAutomaticRetryRecordedAtUtc”Gets the timestamp when Cephalon recorded the latest automatic retry attempt when one exists.
public DateTimeOffset? LatestAutomaticRetryRecordedAtUtc { get; init; }Property Value
Section titled “Property Value”ManagementMode
Section titled “ ManagementMode”Gets the declared managed-connector management mode when one is known.
public string? ManagementMode { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with distributed retry orchestration.
public string OperationId { get; init; }Property Value
Section titled “Property Value”PollingIntervalSeconds
Section titled “ PollingIntervalSeconds”Gets the bounded retry scheduler polling interval, in seconds, when one is configured.
public int PollingIntervalSeconds { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicyState
Section titled “ RetryExecutionPolicyState”Gets the current managed-connector retry-execution policy state that informed distributed retry orchestration.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint currently associated with distributed retry orchestration.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SchedulerId
Section titled “ SchedulerId”Gets the stable shared scheduler identifier currently associated with distributed retry orchestration.
public string SchedulerId { get; init; }Property Value
Section titled “Property Value”SchedulerKind
Section titled “ SchedulerKind”Gets the stable shared scheduler kind currently associated with distributed retry orchestration.
public string SchedulerKind { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive distributed retry orchestration.
public string SourceId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector distributed retry orchestration state.
public string State { get; }