Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus

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

Describes the current operator-facing broader multi-node lease-execution posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus(string, string?)”

Creates a new managed-connector broader multi-node lease-execution answer.

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

state string

The stable broader multi-node lease-execution state, such as not-applicable, operator-only, single-node, lease-executable, lease-blocked, lease-conflicted, or stale-lease-risk.

description string?

An optional operator-facing broader multi-node lease-execution 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 current managed-connector automatic background retry coordination state that informed broader multi-node lease execution.

public string AutomaticRetryCoordinationState { get; init; }

string

Gets a value indicating whether the current node can execute the next bounded automatic retry step.

public bool CanExecuteAutomaticRetryOnCurrentNode { get; init; }

bool

Gets the number of active broader multi-node lease-execution categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable broader multi-node lease-execution categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with broader multi-node lease execution.

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

IReadOnlyList<string>

Gets the timestamp when the active retry cooldown window ends, when one applies.

public DateTimeOffset? CooldownUntilUtc { get; init; }

DateTimeOffset?

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; init; }

bool

Gets the current managed-connector cross-node idempotency-hardening state that informed broader multi-node lease execution.

public string CrossNodeIdempotencyHardeningState { get; init; }

string

Gets an optional operator-facing broader multi-node lease-execution summary.

public string? Description { get; }

string?

Gets the current managed-connector distributed retry lease state that informed broader multi-node lease execution.

public string DistributedRetryLeaseState { get; init; }

string

Gets the current managed-connector distributed retry orchestration state that informed broader multi-node lease execution.

public string DistributedRetryOrchestrationState { get; init; }

string

Gets the operator-facing execution-ownership mode that informed broader multi-node lease execution.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with broader multi-node lease execution.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed broader multi-node lease execution.

public string ExecutionTopology { get; init; }

string

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

public bool HasActiveReporterLease { get; }

bool

Gets a value indicating whether the current multi-node lease posture still blocks execution on this node.

public bool IsLeaseBlocked { get; }

bool

Gets a value indicating whether the current multi-node lease posture remains conflicted across nodes.

public bool IsLeaseConflicted { get; }

bool

Gets a value indicating whether the current node can execute the next bounded automatic retry step under the active multi-node lease posture.

public bool IsLeaseExecutable { get; }

bool

Gets a value indicating whether broader multi-node lease execution still remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether broader multi-node lease execution currently runs as a single-node posture.

public bool IsSingleNode { get; }

bool

Gets a value indicating whether the current multi-node lease posture still looks stale.

public bool IsStaleLeaseRisk { get; }

bool

Gets the latest automatic retry attempt identifier currently associated with broader multi-node lease execution.

public string LatestAutomaticRetryAttemptId { get; init; }

string

Gets the timestamp when Cephalon recorded the latest automatic retry attempt when one exists.

public DateTimeOffset? LatestAutomaticRetryRecordedAtUtc { get; init; }

DateTimeOffset?

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

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier currently associated with broader multi-node lease execution.

public string OperationId { get; init; }

string

Gets the bounded retry scheduler polling interval, in seconds, when one is configured.

public int PollingIntervalSeconds { get; init; }

int

Gets the deterministic retry fingerprint currently associated with broader multi-node lease execution.

public string RetryFingerprint { get; init; }

string

Gets the stable shared scheduler identifier currently associated with broader multi-node lease execution.

public string SchedulerId { get; init; }

string

Gets the stable shared scheduler kind currently associated with broader multi-node lease execution.

public string SchedulerKind { get; init; }

string

Gets the primary source identifier Cephalon used to derive broader multi-node lease execution.

public string SourceId { get; init; }

string

Gets the stable managed-connector broader multi-node lease-execution state.

public string State { get; }

string