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>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionStatus>
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”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)Parameters
Section titled “Parameters”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.
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 broader multi-node lease execution.
public string AutomaticRetryCoordinationState { get; init; }Property Value
Section titled “Property Value”CanExecuteAutomaticRetryOnCurrentNode
Section titled “ CanExecuteAutomaticRetryOnCurrentNode”Gets a value indicating whether the current node can execute the next bounded automatic retry step.
public bool CanExecuteAutomaticRetryOnCurrentNode { get; init; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active broader multi-node lease-execution categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable broader multi-node lease-execution 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 broader multi-node lease execution.
public IReadOnlyList<string> CdcCaptureIds { 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”CoordinationOwnerMatchesActiveReporter
Section titled “ CoordinationOwnerMatchesActiveReporter”Gets a value indicating whether the current host coordination owner matches the active reporter identifier.
public bool CoordinationOwnerMatchesActiveReporter { get; init; }Property Value
Section titled “Property Value”CrossNodeIdempotencyHardeningState
Section titled “ CrossNodeIdempotencyHardeningState”Gets the current managed-connector cross-node idempotency-hardening state that informed broader multi-node lease execution.
public string CrossNodeIdempotencyHardeningState { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing broader multi-node lease-execution 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 broader multi-node lease execution.
public string DistributedRetryLeaseState { get; init; }Property Value
Section titled “Property Value”DistributedRetryOrchestrationState
Section titled “ DistributedRetryOrchestrationState”Gets the current managed-connector distributed retry orchestration state that informed broader multi-node lease execution.
public string DistributedRetryOrchestrationState { get; init; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed broader multi-node lease execution.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with broader multi-node lease execution.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed broader multi-node lease execution.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”HasActiveReporterLease
Section titled “ HasActiveReporterLease”Gets a value indicating whether the runtime currently exposes one active reporter lease.
public bool HasActiveReporterLease { get; }Property Value
Section titled “Property Value”IsLeaseBlocked
Section titled “ IsLeaseBlocked”Gets a value indicating whether the current multi-node lease posture still blocks execution on this node.
public bool IsLeaseBlocked { get; }Property Value
Section titled “Property Value”IsLeaseConflicted
Section titled “ IsLeaseConflicted”Gets a value indicating whether the current multi-node lease posture remains conflicted across nodes.
public bool IsLeaseConflicted { get; }Property Value
Section titled “Property Value”IsLeaseExecutable
Section titled “ IsLeaseExecutable”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; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether broader multi-node lease execution still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsSingleNode
Section titled “ IsSingleNode”Gets a value indicating whether broader multi-node lease execution currently runs as a single-node posture.
public bool IsSingleNode { get; }Property Value
Section titled “Property Value”IsStaleLeaseRisk
Section titled “ IsStaleLeaseRisk”Gets a value indicating whether the current multi-node lease posture still looks stale.
public bool IsStaleLeaseRisk { get; }Property Value
Section titled “Property Value”LatestAutomaticRetryAttemptId
Section titled “ LatestAutomaticRetryAttemptId”Gets the latest automatic retry attempt identifier currently associated with broader multi-node lease execution.
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 broader multi-node lease execution.
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”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint currently associated with broader multi-node lease execution.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SchedulerId
Section titled “ SchedulerId”Gets the stable shared scheduler identifier currently associated with broader multi-node lease execution.
public string SchedulerId { get; init; }Property Value
Section titled “Property Value”SchedulerKind
Section titled “ SchedulerKind”Gets the stable shared scheduler kind currently associated with broader multi-node lease execution.
public string SchedulerKind { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive broader multi-node lease execution.
public string SourceId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector broader multi-node lease-execution state.
public string State { get; }