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

Class CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus

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

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

Describes the current operator-facing managed-connector durable shared scheduler-orchestration posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorDurableSharedSchedulerOrchestrationStatus(string, string?)”

Creates a new managed-connector durable shared scheduler-orchestration answer.

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

state string

The stable durable shared scheduler-orchestration state, such as not-applicable, disabled, operator-only, unscheduled, scheduled, lease-blocked, recovery-needed, or scheduler-conflicted.

description string?

An optional operator-facing durable shared scheduler-orchestration 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 durable shared scheduler orchestration.

public string AutomaticRetryCoordinationState { get; init; }

string

Gets a value indicating whether the current node can currently keep one bounded automatic retry scheduled.

public bool CanScheduleAutomaticRetryOnCurrentNode { get; init; }

bool

Gets the number of active durable shared scheduler-orchestration categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable durable shared scheduler-orchestration categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with durable shared scheduler orchestration.

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

IReadOnlyList<string>

Gets the current managed-connector command-journal durability state that informed durable shared scheduler orchestration.

public string CommandJournalDurabilityState { get; init; }

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 an optional operator-facing durable shared scheduler-orchestration summary.

public string? Description { get; }

string?

Gets the current managed-connector distributed retry orchestration state that informed durable shared scheduler orchestration.

public string DistributedRetryOrchestrationState { get; init; }

string

Gets the operator-facing execution-ownership mode that informed durable shared scheduler orchestration.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with durable shared scheduler orchestration.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed durable shared scheduler orchestration.

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 a durable command-journal store is currently configured.

public bool HasDurableStoreConfigured { 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 durable shared scheduler orchestration is currently disabled.

public bool IsDisabled { get; }

bool

Gets a value indicating whether durable shared scheduler orchestration remains blocked by broader lease-execution truth.

public bool IsLeaseBlocked { get; }

bool

Gets a value indicating whether durable shared scheduler orchestration still remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether durable shared scheduler orchestration still needs durable journal recovery or persistence hardening.

public bool IsRecoveryNeeded { get; }

bool

Gets a value indicating whether durable shared scheduler orchestration can currently keep one bounded retry scheduled on the current node.

public bool IsScheduled { get; }

bool

Gets a value indicating whether durable shared scheduler orchestration remains conflicted across coordination or lease ownership truth.

public bool IsSchedulerConflicted { get; }

bool

Gets a value indicating whether durable shared scheduler orchestration currently does not need to keep the runtime scheduled.

public bool IsUnscheduled { get; }

bool

Gets the latest automatic retry attempt identifier currently associated with durable shared scheduler orchestration.

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 current managed-connector broader multi-node lease-execution state that informed durable shared scheduler orchestration.

public string MultiNodeLeaseExecutionState { get; init; }

string

Gets the stable management-operation identifier currently associated with durable shared scheduler orchestration.

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 durable shared scheduler orchestration.

public string RetryFingerprint { get; init; }

string

Gets the stable shared scheduler identifier currently associated with durable shared scheduler orchestration.

public string SchedulerId { get; init; }

string

Gets the stable shared scheduler kind currently associated with durable shared scheduler orchestration.

public string SchedulerKind { get; init; }

string

Gets the primary source identifier Cephalon used to derive durable shared scheduler orchestration.

public string SourceId { get; init; }

string

Gets the stable managed-connector durable shared scheduler-orchestration state.

public string State { get; }

string