ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Describes the current operator-facing managed-connector distributed retry lease and cross-node idempotency posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus(string, string?)”

Creates a new managed-connector distributed retry lease answer.

public CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseStatus(string state, string? description = null)

state string

The stable distributed retry lease state, such as not-applicable, single-node, lease-held, lease-missing, lease-conflicted, idempotent-safe, idempotency-risk, or operator-only.

description string?

An optional operator-facing distributed retry lease summary.

Gets the active reporter identifier currently visible for the execution runtime when one exists.

public string? ActiveReporterId { get; init; }

string?

Gets the UTC timestamp when the active reporter lease expires when one is known.

public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { get; init; }

DateTimeOffset?

Gets a value indicating whether the execution runtime currently represents a managed connector.

public bool AppliesToManagedConnector { get; }

bool

Gets the number of retained automatic retry attempts currently visible to distributed retry lease posture.

public int AutomaticRetryAttemptCount { get; init; }

int

Gets the current managed-connector automatic background retry coordination state that informed distributed retry lease posture.

public string AutomaticRetryCoordinationState { get; init; }

string

Gets the current managed-connector automatic background retry execution state that informed distributed retry lease posture.

public string AutomaticRetryExecutionState { get; init; }

string

Gets a value indicating whether automatic retry can safely execute on the current node.

public bool CanExecuteAutomaticRetryOnCurrentNode { get; }

bool

Gets the number of active distributed retry lease categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable distributed retry lease categories currently active for the execution runtime.

public IReadOnlyList<string> CategoryIds { get; init; }

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with distributed retry lease posture.

public IReadOnlyList<string> CdcCaptureIds { get; init; }

IReadOnlyList<string>

Gets the current managed-connector command-journal durability state that informed distributed retry lease posture.

public string CommandJournalDurabilityState { get; init; }

string

Gets the current managed-connector bounded command-journal state that informed distributed retry lease posture.

public string CommandJournalState { get; init; }

string

Gets the host-owned coordination owner identifier when one was configured for automatic retry.

public string? CoordinationOwnerId { get; init; }

string?

Gets a value indicating whether the current host coordination owner matches the active reporter identifier.

public bool CoordinationOwnerMatchesActiveReporter { get; }

bool

Gets an optional operator-facing distributed retry lease summary.

public string? Description { get; }

string?

Gets the operator-facing execution-ownership mode that informed distributed retry lease posture.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with distributed retry lease posture.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed distributed retry lease posture.

public string ExecutionTopology { get; init; }

string

Gets a value indicating whether the execution runtime currently exposes one active reporter lease.

public bool HasActiveReporterLease { get; }

bool

Gets a value indicating whether the current host declared a coordination owner identifier for distributed retry.

public bool HasCoordinationOwner { get; }

bool

Gets a value indicating whether the bounded command journal currently retains multiple automatic retry attempts for the same retry fingerprint.

public bool HasDuplicateAutomaticRetryAttempts { get; init; }

bool

Gets a value indicating whether a durable command-journal store is currently configured.

public bool HasDurableStoreConfigured { get; init; }

bool

Gets a value indicating whether the bounded command journal currently retains one matching automatic retry attempt.

public bool HasMatchingAutomaticRetryAttempt { get; init; }

bool

Gets a value indicating whether the bounded command journal currently retains one matching retry fingerprint.

public bool HasMatchingRetryFingerprintHistory { get; init; }

bool

Gets a value indicating whether the durable command-journal store currently exposes persisted recorded history.

public bool HasPersistedRecordedHistory { get; init; }

bool

Gets a value indicating whether the current process recovered persisted command history for this runtime.

public bool HasRecoveredPersistedHistory { get; init; }

bool

Gets a value indicating whether cross-node idempotency evidence currently remains risky for automatic retry.

public bool IsIdempotencyRisk { get; }

bool

Gets a value indicating whether Cephalon currently has lease ownership plus restart-safe idempotency evidence.

public bool IsIdempotentSafe { get; }

bool

Gets a value indicating whether cross-node lease ownership or coordination remains conflicted.

public bool IsLeaseConflicted { get; }

bool

Gets a value indicating whether the current node holds the active retry lease but retained idempotency evidence remains incomplete.

public bool IsLeaseHeld { get; }

bool

Gets a value indicating whether no active retry lease is currently visible.

public bool IsLeaseMissing { get; }

bool

Gets a value indicating whether distributed retry still remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether automatic retry can execute on a single node without cross-node lease coordination.

public bool IsSingleNode { get; }

bool

Gets the latest automatic retry attempt identifier currently associated with distributed retry lease posture.

public string LatestAutomaticRetryAttemptId { get; init; }

string

Gets the latest automatic retry execution fingerprint currently associated with distributed retry lease posture.

public string LatestAutomaticRetryExecutionFingerprint { get; init; }

string

Gets the declared managed-connector management mode when one is known.

public string? ManagementMode { get; init; }

string?

Gets the number of retained automatic retry attempts that currently match the derived retry fingerprint.

public int MatchingAutomaticRetryAttemptCount { get; init; }

int

Gets the number of bounded command-history entries currently retained for the execution runtime.

public int RetainedEntryCount { get; init; }

int

Gets the current managed-connector retry-execution policy state that informed distributed retry lease posture.

public string RetryExecutionPolicyState { get; init; }

string

Gets the deterministic retry fingerprint currently associated with distributed retry lease posture.

public string RetryFingerprint { get; init; }

string

Gets the primary source identifier Cephalon used to derive distributed retry lease posture.

public string SourceId { get; init; }

string

Gets the stable managed-connector distributed retry lease state.

public string State { get; }

string